Praveen0309 commited on
Commit
ba0d90a
·
1 Parent(s): 188d483

updated Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM python:3.10
2
  WORKDIR /app
 
3
  ENV FLASK_APP=app.py
4
  ENV FLASK_RUN_HOST=0.0.0.0
5
  COPY requirements.txt requirements.txt
 
1
  FROM python:3.10
2
  WORKDIR /app
3
+ RUN chmod 777 /app
4
  ENV FLASK_APP=app.py
5
  ENV FLASK_RUN_HOST=0.0.0.0
6
  COPY requirements.txt requirements.txt