Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,4 +28,4 @@ ENV PYTHONUNBUFFERED=1 \
|
|
28 |
SYSTEM=spaces
|
29 |
|
30 |
# Run app.py when the container launches
|
31 |
-
CMD ["python", "-m", "
|
|
|
28 |
SYSTEM=spaces
|
29 |
|
30 |
# Run app.py when the container launches
|
31 |
+
CMD ["python", "-m", "metadata_mapper.server.gradio_app"]
|