Merge workers into API
This commit is contained in:
@@ -3,11 +3,8 @@
|
||||
# Navigate to the src directory
|
||||
cd ../src
|
||||
|
||||
# Build the managing.api image
|
||||
# Build the managing.api image (now includes all workers as background services)
|
||||
docker build -t managing.api -f Managing.Api/Dockerfile . --no-cache
|
||||
|
||||
# Build the managing.api.workers image
|
||||
docker build -t managing.api.workers -f Managing.Api.Workers/Dockerfile . --no-cache
|
||||
|
||||
# Start up the project using docker-compose
|
||||
docker compose -f Managing.Docker/docker-compose.yml -f Managing.Docker/docker-compose.local.yml up -d
|
||||
Reference in New Issue
Block a user