Farid Karimli
commited on
Commit
·
bdd3377
1
Parent(s):
94af6a6
revert hostname change
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,4 +36,4 @@ RUN --mount=type=secret,id=LITERAL_API_KEY_LOGGING,mode=0444,required=true
|
|
36 |
RUN --mount=type=secret,id=CHAINLIT_AUTH_SECRET,mode=0444,required=true
|
37 |
|
38 |
# Default command to run the application
|
39 |
-
CMD vectorstore_creator --config_file config/config.yml --project_config_file config/project_config.yml && python -m uvicorn app:app --host
|
|
|
36 |
RUN --mount=type=secret,id=CHAINLIT_AUTH_SECRET,mode=0444,required=true
|
37 |
|
38 |
# Default command to run the application
|
39 |
+
CMD vectorstore_creator --config_file config/config.yml --project_config_file config/project_config.yml && python -m uvicorn app:app --host 0.0.0.0 --port 7860
|