Skip to content

Commit 4818eeb

Browse files
authored
Update Dockerfile
1 parent 31afcc6 commit 4818eeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM python:3.7
33
RUN mkdir /app
44
WORKDIR /app
55
ADD . /app/
6-
RUN pip install -r requirements.txt
76

87
EXPOSE 5000
9-
CMD ["python", "/app/main.py"]
8+
CMD ["python", "/app/main.py"]

0 commit comments

Comments
 (0)