Update Dockerfile

This commit is contained in:
Alexandre
2022-01-13 20:37:31 +01:00
committed by GitHub
parent bcd4f345ba
commit bfdbd0563c

View File

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