Update Dockerfile

This commit is contained in:
Alexandre
2022-01-12 20:58:07 +01:00
committed by GitHub
parent b3ee312b12
commit b872471b44

View File

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