muhammadzain commited on
Commit
58b5a98
1 Parent(s): 9b35c3f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ WORKDIR $HOME/app
14
  COPY --chown=user . $HOME/app
15
 
16
  COPY app.py app.py
17
- COPY staic static
18
  COPY templates templates
19
 
20
  RUN pip install Flask
 
14
  COPY --chown=user . $HOME/app
15
 
16
  COPY app.py app.py
17
+ COPY static static
18
  COPY templates templates
19
 
20
  RUN pip install Flask