Skip to content

Commit 4abb269

Browse files
Update Dockerfile for ohifv3
Signed-off-by: SACHIDANAND ALLE <[email protected]>
1 parent b6b21ea commit 4abb269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG NODE_IMAGE=node:slim
1919
FROM ${NODE_IMAGE} as ohifbuild
2020
ADD . /opt/monailabel
2121
RUN apt update -y && apt install -y git
22-
RUN cd /opt/monailabel/plugins/ohif && ./build.sh
22+
RUN cd /opt/monailabel/plugins/ohifv3 && ./build.sh
2323

2424
FROM ${MONAI_IMAGE} as build
2525
LABEL maintainer="[email protected]"

0 commit comments

Comments
 (0)