Skip to content

Commit

Permalink
chore: add ad service relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jun 12, 2024
1 parent 70f0640 commit 8a40cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE=cumulative
# Core Demo Services
# ******************
# Accounting Service
ACCOUNTING_SERVICE_PATH=./src/frontend
ACCOUNTING_SERVICE_DOCKERFILE=Dockerfile

# Ad Service
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
container_name: accounting-service
build:
context: ./
dockerfile: ./src/accountingservice/${ACCOUNTING_SERVICE_DOCKERFILE}
dockerfile: ${ACCOUNTING_SERVICE_PATH}/${ACCOUNTING_SERVICE_DOCKERFILE}
cache_from:
- ${IMAGE_NAME}:${IMAGE_VERSION}-accountingservice
deploy:
Expand Down

0 comments on commit 8a40cd0

Please sign in to comment.