Spaces:
Runtime error
Runtime error
Add application file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM python:3.11
|
2 |
-
WORKDIR /
|
3 |
|
4 |
# Copy the requirements file and install dependencies
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
1 |
FROM python:3.11
|
2 |
+
WORKDIR /code
|
3 |
|
4 |
# Copy the requirements file and install dependencies
|
5 |
COPY ./requirements.txt /code/requirements.txt
|