We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201ff2d commit 2378b7bCopy full SHA for 2378b7b
app/Dockerfile
@@ -3,7 +3,7 @@ FROM python:3.7
3
RUN mkdir /wd
4
COPY /app/ /wd/
5
WORKDIR /wd
6
-RUN pip install -r requirements.txT
+RUN pip install -r requirements.txt
7
8
EXPOSE 5000
9
CMD ["python", "main.py"]
0 commit comments