Spaces:
Runtime error
Runtime error
go2sujeet
commited on
Commit
·
f43168f
1
Parent(s):
e7909ef
- dockerfile +1 -1
dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM python:3.12.1
|
2 |
|
3 |
# Set the working directory
|
4 |
-
WORKDIR /
|
5 |
|
6 |
# Copy the requirements file
|
7 |
COPY requirements.txt .
|
|
|
1 |
FROM python:3.12.1
|
2 |
|
3 |
# Set the working directory
|
4 |
+
WORKDIR /code
|
5 |
|
6 |
# Copy the requirements file
|
7 |
COPY requirements.txt .
|