add views to Dockerfile
This commit is contained in:
parent
c21c759322
commit
24631a5b6a
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ FROM scratch AS prod
|
|||
WORKDIR /var/app
|
||||
COPY --from=build /var/app/go-urlsh /var/app/
|
||||
COPY --from=build /var/app/web /var/app/web
|
||||
COPY --from=build /var/app/views /var/app/views
|
||||
|
||||
EXPOSE 80
|
||||
ENTRYPOINT ["/var/app/go-urlsh"]
|
||||
|
|
Loading…
Reference in a new issue