8000
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 a2a5459 commit 1260f1fCopy full SHA for 1260f1f
Project/Website/Final_Project/Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.8-slim-buster
2
WORKDIR /usr/src/app
3
ENV FLASK_APP=app.py
4
ENV FLASK_RUN_HOST=0.0.0.0
5
-#Server will reload itself on file changes if in dev mode
+#erver will reload itself on file changes if in dev mode
6
ENV FLASK_ENV=development
7
COPY requirements.txt requirements.txt
8
RUN pip install -r requirements.txt
0 commit comments