yasserrmd commited on
Commit
b0832b9
1 Parent(s): 4edd238

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -9,10 +9,8 @@ ENV PATH="/home/user/.local/bin:$PATH"
9
 
10
  WORKDIR /app
11
 
12
- COPY --chown=user ./requirements.txt requirements.txt
13
- COPY --chown=user ./index.html index.html
14
- COPY --chown=user ./app.py app.py
15
- COPY --chown=user ./.env .env
16
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
17
 
18
  COPY --chown=user . /app
 
9
 
10
  WORKDIR /app
11
 
12
+ COPY --chown=user . /app
13
+
 
 
14
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
15
 
16
  COPY --chown=user . /app