Same error as before, this time forgot the dot

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

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

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

Loading…
Cancel
Save