Fix docker setup with bcrypt (#1783)

This commit is contained in:
Weiko
2023-10-02 11:59:06 +02:00
committed by GitHub
parent e12e7754e4
commit 09684ef6cc
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ up:
@docker-compose up -d
down:
@docker-compose down
@docker-compose down -v
sh:
@docker-compose exec twenty-dev sh

View File

@ -10,8 +10,8 @@ services:
- "6006:6006"
volumes:
- ../..:/app
- twenty_node_modules_front:/app/front/node_modules
- twenty_node_modules_server:/app/server/node_modules
- /app/front/node_modules
- /app/server/node_modules
depends_on:
- postgres
twenty-docs: