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