Skip to content

Commit

Permalink
docs: fix docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaslhjulstad authored Nov 21, 2024
1 parent e3c7a57 commit f5269bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Start by going into the `/webapp` folder, making a copy of the `.env.example` fi
To run the project, you can use the following commands:

```bash
docker compose --env-file ./webapp/.env up --build -d
docker compose --env-file ./webapp/.env --env-file ./backend/.env up --build -d
```

This command will build the Docker images (if necessary) and run the containers in the background. You can access the clientside code at [http://localhost:3000](http://localhost:3000) and the API at [http://localhost:8000](http://localhost:8000).
Expand Down

0 comments on commit f5269bd

Please sign in to comment.