We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b356fa2 commit a83ea1eCopy full SHA for a83ea1e
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
7
8
EXPOSE 5000
9
CMD ["python", "main.py"]
0 commit comments