Skip to content

Commit

Permalink
update docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterTan committed Jan 7, 2019
1 parent 73d7ae3 commit 7518d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN pip install --no-cache-dir -r requirements.txt

#EXPOSE 5010

WORKDIR /usr/src/app/
#WORKDIR /usr/src/app/
CMD [ "python", "run.py" ]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"

services:
12306ticket:
ticket:
# image:
build: .
# ports:
Expand Down

0 comments on commit 7518d21

Please sign in to comment.