Skip to content

Commit

Permalink
using path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlord committed Apr 2, 2024
1 parent 37567ff commit 005082c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions compose.env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ 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 005082c

Please sign in to comment.