Skip to content

Commit

Permalink
fix make build option (ucan-lab#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucan-lab authored Jul 10, 2022
1 parent cc899ce commit d8b3b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
up:
docker compose up -d
build:
docker compose build --no-cache --force-rm
docker compose build
laravel-install:
docker compose exec app composer create-project --prefer-dist laravel/laravel .
create-project:
Expand Down

0 comments on commit d8b3b5a

Please sign in to comment.