Farid Karimli
commited on
Commit
·
a6bb807
1
Parent(s):
0a47b7e
Dockerfile server 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 127.0.0.1 --port 7860
|