Skip to content

Commit

Permalink
using PIPELINE_REPO_PATH env var to allow building
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlord committed Jun 19, 2024
1 parent a3b164f commit dc6975e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ services:
runner-r:
image: geobon/bon-in-a-box:runner-r
# build:
# context: ./runners
# context: ${PIPELINE_REPO_PATH}/runners
# dockerfile: r-dockerfile
command: sh # Override default command to avoid launching R-studio server.
tty: true # Needed to keep the container alive, waiting for requests.

runner-julia:
image: geobon/bon-in-a-box:runner-julia
# build:
# context: ./runners
# context: ${PIPELINE_REPO_PATH}/runners
# dockerfile: julia-dockerfile
command: sh # Avoids launching julia session that will not be used.
tty: true # Needed to keep the container alive, waiting for requests.

0 comments on commit dc6975e

Please sign in to comment.