Skip to content

Commit

Permalink
fix: build local environment container
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsmyrnk committed Jan 1, 2025
1 parent 3a4c1fe commit 7e4180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default:
path := "{{source_directory()}}/app"

build-dev-env:
docker build -t portfolio-dev .
docker build -t portfolio-dev .dev

run-dev-env:
docker run --rm -it \
Expand Down

0 comments on commit 7e4180d

Please sign in to comment.