Spaces:
Running
Running
Debug - Remove .env - Docker
Browse files- 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
|