diff --git a/DOCKER.md b/DOCKER.md index 5c32855..f60e904 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -34,6 +34,7 @@ docker compose -f docker-compose.dev.yml --profile dashboard up --build docker compose -f docker-compose.dev.yml --profile admin up --build docker compose -f docker-compose.dev.yml --profile public-site up --build docker compose -f docker-compose.dev.yml --profile tools up --build +docker compose -f docker-compose.dev.yml --profile api --profile marketplace --profile dashboard --profile admin up --build ``` Notes: @@ -211,6 +212,7 @@ npm run docker:prod:start:frontends npm run docker:prod:start:pgmanage npm run docker:prod:start:portainer npm run docker:prod:start:all +cd /Users/larbi/Documents/car_management_system/live-src && npm run docker:prod:start:api && npm run docker:prod:start:frontends ``` Docker will: