Skip to content

Commit a4f2efd

Browse files
added to docker-compose
1 parent 06bb969 commit a4f2efd

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

build/docker/docker-compose.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,13 @@ services:
8686
args:
8787
HTTPS_PROXY: ${HTTPS_PROXY}
8888
platform: linux/amd64
89-
image: upload:latest
89+
image: upload:latest
90+
91+
crc_organoids:
92+
build:
93+
context: ../../
94+
dockerfile: build/docker/Dockerfile.crc_organoids
95+
args:
96+
HTTPS_PROXY: ${HTTPS_PROXY}
97+
platform: linux/amd64
98+
image: crc_organoids:latest

0 commit comments

Comments
 (0)