created chat service and module

This commit is contained in:
simplonco
2023-01-03 13:48:31 +01:00
parent 1551ec6499
commit 5bd099ad38
5 changed files with 19 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ services:
context: ./requirements/nestjs
target: development
dockerfile: Dockerfile
no_cache: true
args:
- NODE_ENV=${NODE_ENV}
- WEBSITE_HOST=${WEBSITE_HOST}