8000 Update Dockerfile · code93/trantor-bootcamp@1260f1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1260f1f

Browse files
committed
Update Dockerfile
1 parent a2a5459 commit 1260f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/Website/Final_Project/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.8-slim-buster
22
WORKDIR /usr/src/app
33
ENV FLASK_APP=app.py
44
ENV FLASK_RUN_HOST=0.0.0.0
5-
#Server will reload itself on file changes if in dev mode
5+
#erver will reload itself on file changes if in dev mode
66
ENV FLASK_ENV=development
77
COPY requirements.txt requirements.txt
88
RUN pip install -r requirements.txt

0 commit comments

Comments
 (0)
0