Update Dockerfile

This commit is contained in:
Alexandre
2022-07-10 11:06:51 +02:00
committed by GitHub
parent 928c6ea7e5
commit 90e0de042b

View File

@@ -28,8 +28,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
VOLUME [ "/data" ] VOLUME [ "/data" ]
#USER root USER root
#WORKDIR /home/wger/src WORKDIR /home/wger/src
#RUN sed -i "1a export FROM_EMAIL='wger Workout Manager <wger@example.com>' && \ #RUN sed -i "1a export FROM_EMAIL='wger Workout Manager <wger@example.com>' && \
#export DEBIAN_FRONTEND=noninteractive && \ #export DEBIAN_FRONTEND=noninteractive && \
@@ -91,8 +91,8 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# 4 Entrypoint # # 4 Entrypoint #
################ ################
#RUN chmod 777 /run.sh RUN chmod 777 /run.sh
#CMD [ "/run.sh" ] CMD [ "/run.sh" ]
############ ############
# 5 Labels # # 5 Labels #