Skip to content

Commit a83ea1e

Browse files
committed
CHANGES
1 parent b356fa2 commit a83ea1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.7
33
RUN mkdir /wd
44
COPY /app/ /wd/
55
WORKDIR /wd
6-
6+
RUN pip install -r requirements.txT
77

88
EXPOSE 5000
99
CMD ["python", "main.py"]

0 commit comments

Comments
 (0)