Implement Turborepo to include Build Caching in CI/CD

This commit is contained in:
Amruth Pillai
2023-06-07 19:50:48 +02:00
parent d4b6c16bf9
commit 0173ce32c3
88 changed files with 202 additions and 107 deletions

View File

@ -18,6 +18,8 @@ services:
build:
context: .
dockerfile: ./server/Dockerfile
args:
- TURBO_TOKEN=
restart: always
ports:
- 3100:3100
@ -57,6 +59,8 @@ services:
build:
context: .
dockerfile: ./client/Dockerfile
args:
- TURBO_TOKEN=
restart: always
ports:
- 3000:3000