Spaces:
Sleeping
Sleeping
Update dockerfile
Browse files- dockerfile +1 -1
dockerfile
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
FROM python:3.9
|
| 3 |
|
| 4 |
# Set the working directory in the container
|
| 5 |
-
WORKDIR /
|
| 6 |
|
| 7 |
# Copy application files to the container
|
| 8 |
COPY . .
|
|
|
|
| 2 |
FROM python:3.9
|
| 3 |
|
| 4 |
# Set the working directory in the container
|
| 5 |
+
WORKDIR /code
|
| 6 |
|
| 7 |
# Copy application files to the container
|
| 8 |
COPY . .
|