chore: fix build command and improve installation steps

This commit is contained in:
Sammy Teillet
2023-04-18 16:17:01 +02:00
parent 24a3a9d828
commit bba8c592ac
3 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,8 @@
build: ##
@docker-compose up --build --force-recreate
@docker-compose down
docker volume rm dev_twenty_node_modules_front || true
docker volume rm dev_twenty_node_modules_server || true
docker-compose build
up: ##
@docker-compose up -d