Spaces:
Running
Running
Commit ·
d9d03fe
1
Parent(s): a375433
Use the correct file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ COPY backend /app/backend
|
|
| 18 |
WORKDIR /app/backend
|
| 19 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 20 |
|
| 21 |
-
CMD ["python", "src/
|
|
|
|
| 18 |
WORKDIR /app/backend
|
| 19 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 20 |
|
| 21 |
+
CMD ["python", "src/main.py"]
|