mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-25 22:21:26 +10:00
Implement Turborepo to include Build Caching in CI/CD
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user