Update Dockerfile

This commit is contained in:
Alexandre
2021-02-18 14:10:25 +01:00
committed by GitHub
parent 1c3464d80c
commit 3e4b693599

View File

@@ -21,7 +21,7 @@ RUN apk add --no-cache \
VOLUME [ "/data" ]
WORKDIR /
COPY run.sh /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/bin/bash" ]
CMD [ "/run.sh" ]
COPY run /
RUN chmod 777 /run
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/run" ]