Skip to content

Commit

Permalink
fix docker file error
Browse files Browse the repository at this point in the history
  • Loading branch information
zgfh committed Mar 17, 2018
1 parent 20071b5 commit 2c2abee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN git clone https://github.com/Neilpang/acme.sh.git && cd ./acme.sh && ./acme.
RUN git clone https://github.com/daozzg/qiniu-python-sdk.git qiniu-python-sdk && cd qiniu-python-sdk && python setup.py install && cd ..

ADD . /app
CMD ["sh","startup.sh"]
CMD ["bash","startup.sh"]

0 comments on commit 2c2abee

Please sign in to comment.