mirror of
https://github.com/twentyhq/twenty.git
synced 2025-01-03 01:34:08 +03:00
Fix docker setup with bcrypt (#1783)
This commit is contained in:
parent
e12e7754e4
commit
09684ef6cc
@ -12,7 +12,7 @@ up:
|
||||
@docker-compose up -d
|
||||
|
||||
down:
|
||||
@docker-compose down
|
||||
@docker-compose down -v
|
||||
|
||||
sh:
|
||||
@docker-compose exec twenty-dev sh
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user