Skip to content

Commit

Permalink
Added a minor docker compose comment for skipping the build (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashir2 authored Jun 7, 2023
1 parent bdb97cd commit 343056e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/compose-controller-spark-sql-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ services:
# to force a build use `--build` option of `docker-compose up`.
build:
context: ..
# To use a released image instead, replace the above two lines with this:
# image: us-docker.pkg.dev/cloud-build-fhir/fhir-analytics/main:latest
container_name: pipeline-controller
volumes:
- ${PIPELINE_CONFIG}:/app/config:ro
Expand Down

0 comments on commit 343056e

Please sign in to comment.