Skip to content

Commit

Permalink
Update docker instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorCarvalho67 committed Feb 19, 2024
1 parent 3989e23 commit 102b33d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,14 @@ npm run dev

## Running with docker

>[!WARNING]
>[!IMPORTANT]
> remember to uncomment .env.example and remove .example from the file name.
```bash
sudo docker-compose build
sudo docker-compose up
# or
sudo docker-compose up -d
```

## Contributing
Expand Down

0 comments on commit 102b33d

Please sign in to comment.