We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d6b82 commit 5e7ad3fCopy full SHA for 5e7ad3f
Dockerfile
@@ -3,6 +3,6 @@ LABEL maintainer="lorenz.vanthillo@gmail.com"
3
COPY . /app
4
WORKDIR /app
5
RUN pip install -r requirements.txt
6
-ENTRYPOINT ["python"]
7
EXPOSE 5000
+ENTRYPOINT ["python"]
8
CMD ["app/app.py"]
0 commit comments