Update Dockerfile

This commit is contained in:
Alexandre
2022-01-13 21:09:59 +01:00
committed by GitHub
parent 439f55e1f8
commit 1119e14f8a

View File

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