Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ COPY requirements.txt .
|
|
10 |
# Install dependencies
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
-
COPY .env /app/.env
|
14 |
|
15 |
# Copy the current directory contents into the container at /app
|
16 |
COPY . .
|
|
|
10 |
# Install dependencies
|
11 |
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
+
# COPY .env /app/.env
|
14 |
|
15 |
# Copy the current directory contents into the container at /app
|
16 |
COPY . .
|