Skip to content

Commit

Permalink
Merge pull request #8 from VitorCarvalho67/dev
Browse files Browse the repository at this point in the history
Update docker instructions in README.md
  • Loading branch information
VitorCarvalho67 authored Feb 20, 2024
2 parents a40c48e + 102b33d commit 2411bc8
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 @@ -82,12 +82,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 2411bc8

Please sign in to comment.