mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Set default PORT arg in Dockerfile to default Khoj port, 42110
This commit is contained in:
@@ -58,6 +58,6 @@ RUN cd src && python3 khoj/manage.py collectstatic --noinput
|
||||
# Run the Application
|
||||
# There are more arguments required for the application to run,
|
||||
# but those should be passed in through the docker-compose.yml file.
|
||||
ARG PORT
|
||||
ARG PORT=42110
|
||||
EXPOSE ${PORT}
|
||||
ENTRYPOINT ["python3", "src/khoj/main.py"]
|
||||
|
||||
Reference in New Issue
Block a user