Skip to content

Commit

Permalink
Set default PORT arg in Dockerfile to default Khoj port, 42110
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Jan 15, 2025
1 parent 9355381 commit 85c537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 85c537a

Please sign in to comment.