Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ for now to setup the project in docker. User the command

> docker-compose up --build

You may need to run command with "sudo" if you are using a linux machine with docker installed with root privileges.

This will build the Docker image and start the container. The application should now be accessible at http://localhost:8000.

to change the port number, change the "0.0.0.0:8000" to your wish ip:port in the last line of `Dockerfile`
Expand Down