Praveen0309 commited on
Commit
679c7d0
·
1 Parent(s): 94d02c9

updated dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /app
5
  ENV FLASK_APP=app.py
6
  ENV FLASK_RUN_HOST=0.0.0.0
7
  COPY requirements.txt requirements.txt
8
- RUN chown -R user:user /code
9
  RUN pip install -r requirements.txt
10
  COPY --chown=user:user . /app
11
  EXPOSE 7860
 
5
  ENV FLASK_APP=app.py
6
  ENV FLASK_RUN_HOST=0.0.0.0
7
  COPY requirements.txt requirements.txt
8
+ RUN chown -R user:user /app
9
  RUN pip install -r requirements.txt
10
  COPY --chown=user:user . /app
11
  EXPOSE 7860