Spaces:
Sleeping
Sleeping
Commit ·
898b922
1
Parent(s): 21f46a2
fix dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,4 @@ FROM builder_image AS release_image
|
|
| 16 |
COPY --from=builder_image /app /app
|
| 17 |
COPY . /app/
|
| 18 |
|
| 19 |
-
CMD [ "python3", "
|
|
|
|
| 16 |
COPY --from=builder_image /app /app
|
| 17 |
COPY . /app/
|
| 18 |
|
| 19 |
+
CMD [ "python3", "app.py" ]
|