Skip to content

Commit

Permalink
fix: update command based on pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
iaurg committed Nov 23, 2023
1 parent cb3d51e commit d63b3b8
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 @@
all: up

up:
docker-compose -f docker-compose.yml up -d
docker-compose -f docker-compose.yml up --build -d

up-refresh:
docker-compose -f docker-compose.yml up -d --build -V --force-recreate
Expand Down

0 comments on commit d63b3b8

Please sign in to comment.