Spaces:
Starting
Starting
remove static reference
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 12 |
|
| 13 |
# Copy the app and static directories into the container at /code
|
| 14 |
COPY ./app /code/app
|
| 15 |
-
COPY ./static /code/static
|
| 16 |
|
| 17 |
# Expose the port the app runs on. Hugging Face Spaces uses 7860 by default.
|
| 18 |
EXPOSE 7860
|
|
|
|
| 12 |
|
| 13 |
# Copy the app and static directories into the container at /code
|
| 14 |
COPY ./app /code/app
|
| 15 |
+
# COPY ./static /code/static
|
| 16 |
|
| 17 |
# Expose the port the app runs on. Hugging Face Spaces uses 7860 by default.
|
| 18 |
EXPOSE 7860
|