diff --git a/cloudcommander/Dockerfile b/cloudcommander/Dockerfile index 1dc7e5838..58f9aace4 100644 --- a/cloudcommander/Dockerfile +++ b/cloudcommander/Dockerfile @@ -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" ]