Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,4 +38,4 @@ COPY --chown=user ./ $HOME/app
|
|
38 |
|
39 |
RUN pip install -r requirements.txt
|
40 |
|
41 |
-
CMD fastapi run --reload --host=0.0.0.0 --port=7860
|
|
|
38 |
|
39 |
RUN pip install -r requirements.txt
|
40 |
|
41 |
+
CMD fastapi run --app --reload --host=0.0.0.0 --port=7860
|