@ -1,5 +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]