Skip to content

Commit

Permalink
他又改回去了
Browse files Browse the repository at this point in the history
  • Loading branch information
AragonSnow committed Jan 16, 2021
1 parent ac38248 commit 26cbfca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ ENV TZ=CST-8
# 添加挂载点
VOLUME ["/usr/src/app/"]

ENTRYPOINT git config --global credential.helper store && \
git fetch --all && \
git reset --hard origin/master && \
python /usr/src/app/run.py
CMD ["python","/usr/src/app/run.py"]

0 comments on commit 26cbfca

Please sign in to comment.