update docker files

pull/68/head
tan 2019-01-07 15:21:42 +08:00
parent 73d7ae3588
commit 7518d21c60
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ RUN pip install --no-cache-dir -r requirements.txt
#EXPOSE 5010 #EXPOSE 5010
WORKDIR /usr/src/app/ #WORKDIR /usr/src/app/
CMD [ "python", "run.py" ] CMD [ "python", "run.py" ]

View File

@ -1,7 +1,7 @@
version: "3" version: "3"
services: services:
12306ticket: ticket:
# image: # image:
build: . build: .
# ports: # ports: