Update Dockerfile

This commit is contained in:
Alexandre
2021-08-28 07:57:43 +02:00
committed by GitHub
parent 4cd4b0b4a8
commit a40295f84b

View File

@@ -32,7 +32,7 @@ USER joplin
COPY --chown=$user:$user rootfs /
RUN chmod +x /run.sh
#ENTRYPOINT [ "/usr/bin/env" ]
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/run.sh" ]
### LABELS