Spaces:
Runtime error
Runtime error
Commit
·
564298a
1
Parent(s):
7cd6b27
Update dockerfile
Browse files- dockerfile +1 -1
dockerfile
CHANGED
@@ -16,4 +16,4 @@ RUN pip install -r requirements.txt
|
|
16 |
COPY . /app
|
17 |
|
18 |
# Set the entry point
|
19 |
-
CMD ["python", "
|
|
|
16 |
COPY . /app
|
17 |
|
18 |
# Set the entry point
|
19 |
+
CMD ["python", "app.py"]
|