aziac commited on
Commit
7166868
·
1 Parent(s): 1eaa426

remove static reference

Browse files
Files changed (1) hide show
  1. 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