Skip to content

Commit 2378b7b

Browse files
committed
from
1 parent 201ff2d commit 2378b7b

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-
RUN pip install -r requirements.txT
6+
RUN pip install -r requirements.txt
77

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

0 commit comments

Comments
 (0)