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