amaye15 commited on
Commit
0193258
·
1 Parent(s): bfe88a9

Debug - Remove .env - Docker

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
13
 
14
  # Copy the rest of the application code into the container
15
  COPY ./app /code/app
16
- COPY ./.env /code/.env # Copy .env file - for Hugging Face, use Secrets instead
17
 
18
  # Make port 7860 available to the world outside this container (Gradio default)
19
  EXPOSE 7860
 
13
 
14
  # Copy the rest of the application code into the container
15
  COPY ./app /code/app
16
+ # COPY ./.env /code/.env # Copy .env file - for Hugging Face, use Secrets instead
17
 
18
  # Make port 7860 available to the world outside this container (Gradio default)
19
  EXPOSE 7860