Spaces:
Running
Running
ikechan8370
commited on
Commit
•
bbe8174
1
Parent(s):
0abb626
fix: Dockerfile
Browse files- Dockerfile +2 -2
- data/.gitkeep +0 -0
Dockerfile
CHANGED
@@ -6,6 +6,6 @@ COPY ./requirements.txt /code/requirements.txt
|
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
|
9 |
-
COPY .
|
10 |
|
11 |
-
CMD python main.py
|
|
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
|
9 |
+
COPY . /code
|
10 |
|
11 |
+
CMD ["python", "/code/main.py"]
|
data/.gitkeep
ADDED
File without changes
|