Skip to content

Commit

Permalink
Add build target to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Dec 6, 2023
1 parent 958d5a1 commit 6308eb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ up:
up-build:
docker-compose up --build

build:
docker-compose build

up-backend:
docker-compose up db tiles --detach

Expand Down

0 comments on commit 6308eb4

Please sign in to comment.