Spaces:
Runtime error
Runtime error
DylanonWic
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
20 |
EXPOSE 5050
|
21 |
|
22 |
# Run api.py when the container launches
|
23 |
-
CMD ["python", "api.py"]
|
|
|
20 |
EXPOSE 5050
|
21 |
|
22 |
# Run api.py when the container launches
|
23 |
+
CMD ["python", "app/api.py"]
|