Fix server local build (#75)

* Fix server local build

* Build docs locally and for prod

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Charles Bochet
2023-04-25 17:47:15 +02:00
committed by GitHub
parent ae7bad65ca
commit d2c6a71c9e
6 changed files with 40 additions and 4 deletions

View File

@ -2,6 +2,7 @@ build: ##
@docker-compose down
docker volume rm dev_twenty_node_modules_front || true
docker volume rm dev_twenty_node_modules_server || true
docker volume rm dev_twenty_node_modules_docs || true
docker-compose build
up: ##