Fixed entrypoint and added TZ env

master
Meliurwen 4 years ago
parent 642b111340
commit 0f084fefe4
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 1
      .env.example
  2. 2
      Dockerfile

@ -1,4 +1,5 @@
# Global Settings
TZ=Europe/Berlin
LOCAL_STACK_DIR=/srv/docker/volumes/static-websites
# Networks

@ -7,4 +7,4 @@ RUN apk --no-cache add tzdata && \
COPY root/ /
ENTRYPOINT [entrypoint.sh]
ENTRYPOINT [/entrypoint.sh]

Loading…
Cancel
Save