sudo-soldier commited on
Commit
e752779
·
verified ·
1 Parent(s): 35caa0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ RUN pip install -r requirements.txt
34
 
35
  # Copy app files
36
  COPY app.py .
37
- COPY static /static
38
 
39
  # Expose port
40
  EXPOSE 7860
 
34
 
35
  # Copy app files
36
  COPY app.py .
37
+ COPY static /
38
 
39
  # Expose port
40
  EXPOSE 7860