Update Dockerfile

This commit is contained in:
Alexandre
2022-01-12 19:45:51 +01:00
committed by GitHub
parent 89b08f9853
commit 53e57b0adb

View File

@@ -43,11 +43,11 @@ RUN mkdir -p /tmpscripts /etc/cont-init.d && \
# 4 Entrypoint # # 4 Entrypoint #
################ ################
WORKDIR /data/recipes
RUN chmod 777 /entrypoint.sh RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ] #WORKDIR /data/recipes
CMD [ "/entrypoint.sh" ] #ENTRYPOINT [ "/usr/bin/env" ]
SHELL ["/bin/bash", "-o", "pipefail", "-c"] #CMD [ "/entrypoint.sh" ]
#SHELL ["/bin/sh"]
############ ############
# 5 Labels # # 5 Labels #