use entrypoint

This commit is contained in:
virusdefender 2017-12-22 23:33:00 +08:00
parent 3c70ecbd19
commit 3c8e6cd9f3
2 changed files with 1 additions and 1 deletions

View File

@ -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