Update Dockerfile

This commit is contained in:
Alexandre
2021-02-04 14:14:49 +01:00
committed by GitHub
parent cece238027
commit be18c8838a

View File

@@ -2,4 +2,10 @@ ARG BUILD_VERSION
FROM coderaiser/cloudcmd:$BUILD_VERSION
COPY run.sh /
RUN chmod 777 /run.sh
ENTRYPOINT [ "/run.sh" ]
VOLUME [ "/data" ]