Skip to content

Commit

Permalink
Add docker scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Jul 22, 2024
1 parent ce99aa2 commit cbd410f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Remember that you can't hot-reload this file, you must fully restart the app to
## Starting the bot and website

```
docker compose -f docker-compose.dev.yml up -d
npm run dev:docker:up
npm run dev
```

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"clean:workspaces": "turbo clean",
"db:push": "pnpm -F db push",
"dev": "turbo dev --parallel",
"dev:docker:up": "docker compose -f docker-compose.dev.yml up -d",
"dev:docker:down": "docker compose -f docker-compose.dev.yml down",
"start": "turbo start --parallel",
"format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
Expand Down

0 comments on commit cbd410f

Please sign in to comment.