Skip to content

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolkenfarmer committed Oct 3, 2024
1 parent e0cec1c commit c9861e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docker login ghcr.io -u <username> -p <token>
```
8. Run following commands to run the containers:
```bash
docker compose -f docker-compose.<dev/prod>.yml up --build
docker compose -f docker-compose.<dev/prod>.yml up
```

The application is now deployed and the website should be accessible via http (`dev`) or https (`prod`). The images will be automatically updated on each
Expand Down

0 comments on commit c9861e8

Please sign in to comment.