Update Dockerfile
This commit is contained in:
parent
f9d995648b
commit
e9871bb0d7
1 changed files with 5 additions and 0 deletions
|
@ -31,4 +31,9 @@ COPY --from=build /build/static/favicon/ ./static/favicon/
|
|||
COPY --from=build /build/static/css/style.css ./static/css/style.css
|
||||
COPY godash .
|
||||
|
||||
ARG VERSION
|
||||
ENV VERSION=$VERSION
|
||||
ARG DATE
|
||||
ENV DATE=$DATE
|
||||
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Reference in a new issue