Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|
| 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 |
|