合并部分dockerfile命令

This commit is contained in:
virusdefender
2016-02-20 12:10:11 +08:00
parent 397f79a5b1
commit f9ff681cf6
2 changed files with 4 additions and 4 deletions

View File

@@ -11,4 +11,5 @@ RUN apt-get -y install nodejs
ADD gunicorn.conf /etc
ADD supervisord.conf /etc
ADD task_queue.conf /etc
EXPOSE 8080
CMD bash /code/dockerfiles/oj_web_server/run.sh