Update Dockerfile

This commit is contained in:
Alexandre
2022-01-12 19:33:14 +01:00
committed by GitHub
parent 50bbf24762
commit 89b08f9853

View File

@@ -43,7 +43,7 @@ RUN mkdir -p /tmpscripts /etc/cont-init.d && \
# 4 Entrypoint # # 4 Entrypoint #
################ ################
#WORKDIR / WORKDIR /data/recipes
RUN chmod 777 /entrypoint.sh RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ] ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/entrypoint.sh" ] CMD [ "/entrypoint.sh" ]