diff --git a/Dockerfile b/Dockerfile index a1ca9f9..41cabf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ RUN curl -L $(curl -s https://api.github.com/repos/QingdaoU/OnlineJudgeFE/rele unzip dist.zip && \ rm dist.zip -CMD sh /app/deploy/run.sh +ENTRYPOINT /app/deploy/entrypoint.sh diff --git a/deploy/run.sh b/deploy/entrypoint.sh similarity index 100% rename from deploy/run.sh rename to deploy/entrypoint.sh