Skip to content

Commit

Permalink
Update Dockerfile (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 authored Jul 9, 2023
1 parent ecbba57 commit 3fcb821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,10 @@ COPY --from=gcp-builder /opt/venv /opt/venv

FROM ${APP_ENV}-runner as final
ARG APP_VERSION
LABEL maintainer="Éric Falconnier <eric@zentral.pro>"
LABEL maintainer="Éric Falconnier <eric@zentral.com>"

COPY docker-entrypoint.py /zentral/
COPY ./ee /zentral/ee
COPY ./server /zentral/server
COPY ./zentral /zentral/zentral
RUN printf "version = \"\"\"$APP_VERSION\"\"\"\n" > /zentral/server/base/deployment.py
Expand Down

0 comments on commit 3fcb821

Please sign in to comment.