Update Dockerfile

This commit is contained in:
Alexandre
2021-06-26 15:20:02 +02:00
committed by GitHub
parent c15713ad8b
commit b2f53d2a10

View File

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