pacman1337 commited on
Commit
938e3b9
·
verified ·
1 Parent(s): b93c99f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ RUN pip3 install --no-cache-dir --upgrade pip \
45
  && pip3 install --no-cache-dir -r /app/requirements.txt
46
 
47
  COPY --chown=user app.py /app/app.py
48
- COPY --chown=user static /app/static
49
  COPY nginx.conf /etc/nginx/nginx.conf
50
  COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
51
 
 
45
  && pip3 install --no-cache-dir -r /app/requirements.txt
46
 
47
  COPY --chown=user app.py /app/app.py
48
+ COPY --chown=user index.html /app/index.html
49
  COPY nginx.conf /etc/nginx/nginx.conf
50
  COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
51