Spaces:
Sleeping
Sleeping
commit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 18 |
# Copy application code
|
| 19 |
|
| 20 |
COPY app/ ./app/
|
| 21 |
-
|
| 22 |
##COPY .env ./
|
| 23 |
|
| 24 |
|
|
|
|
| 18 |
# Copy application code
|
| 19 |
|
| 20 |
COPY app/ ./app/
|
| 21 |
+
|
| 22 |
##COPY .env ./
|
| 23 |
|
| 24 |
|