Skip to content

Commit

Permalink
Improve dev experience
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Jan 16, 2025
1 parent 34466c2 commit bceef54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
services:
junior-dev:
image: junior
build:
no_cache: true
env_file:
- .env
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"license": "MIT",
"private": true,
"scripts": {
"build": "docker build -t junior .",
"start": "docker run -d --rm --env-file .env junior",
"start": "docker compose up --build --force-recreate",
"stop": "docker compose kill && docker compose rm -f",
"reload": "bun run start",
"commands": "bun deploy-commands.js",
"sync": "bun install --frozen-lockfile --production"
},
Expand Down

0 comments on commit bceef54

Please sign in to comment.