Update Dockerfile

This commit is contained in:
Alexandre
2022-07-09 21:08:16 +02:00
committed by GitHub
parent 9ef4e37167
commit a41ad4a035

View File

@@ -46,6 +46,9 @@ RUN sed -i "1a python3 manage.py migrate || true" /home/wger/entrypoint.sh \
# 4 Entrypoint #
################
RUN chmod 777 /run.sh
CMD [ "/run.sh" ]
############
# 5 Labels #
############