fix(deploy): update build context naar /srv/ops/repos/ops-dashboard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f6d0807a81
commit
e5423de319
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# Add the ops-dashboard service under the `services:` key.
|
# Add the ops-dashboard service under the `services:` key.
|
||||||
#
|
#
|
||||||
# Build the image first:
|
# Build the image first:
|
||||||
# docker build -t ops-dashboard /srv/ops/ops-dashboard
|
# docker build -t ops-dashboard /srv/ops/repos/ops-dashboard
|
||||||
#
|
#
|
||||||
# Then bring the service up:
|
# Then bring the service up:
|
||||||
# docker compose -f /srv/scrum4me/compose/docker-compose.yml up -d ops-dashboard
|
# docker compose -f /srv/scrum4me/compose/docker-compose.yml up -d ops-dashboard
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
services:
|
services:
|
||||||
ops-dashboard:
|
ops-dashboard:
|
||||||
build:
|
build:
|
||||||
context: /srv/ops/ops-dashboard
|
context: /srv/ops/repos/ops-dashboard
|
||||||
env_file: /srv/ops/ops-dashboard.env
|
env_file: /srv/ops/ops-dashboard.env
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:3001:3000"
|
- "127.0.0.1:3001:3000"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue