Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ RUN chmod -R 777 /code/room_environment-classifier_onxx
|
|
24 |
# Remove when settings getted from consul
|
25 |
# COPY .env /code
|
26 |
|
27 |
-
CMD ["uvicorn", "mappingservice.main:app","--host", "0.0.0.0", "--port", "
|
|
|
24 |
# Remove when settings getted from consul
|
25 |
# COPY .env /code
|
26 |
|
27 |
+
CMD ["uvicorn", "mappingservice.main:app","--host", "0.0.0.0", "--port", "7860"]
|