Skip to content

Commit

Permalink
just: add description comments
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Sep 18, 2024
1 parent 0a413e1 commit e574c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpage/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
default:
@just --list

# Open a bash shell in the dev container
bash:
#docker run -it --rm --volume .:/app --user $(id -u) node:12 bash
#docker-compose run --rm dev bash -c "cd /app && bash"
docker-compose exec dev bash -c "cd /app && bash"

# Run the development watch build
dev:
npm run dev

0 comments on commit e574c61

Please sign in to comment.