Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun authored Jul 18, 2023
1 parent c22ac0d commit da2ac30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ FROM node:18.16
WORKDIR /OrthancToolsJs
RUN mkdir build
COPY --from=react /app/dist ./build/
COPY --from=ohif /ohif/Viewers/platform/viewer/dist ./build/viewer-ohif/
COPY --from=ohif /ohif/Viewers/platform/app/dist ./build/viewer-ohif/
COPY --from=stone /stone/wasm-binaries/StoneWebViewer ./build/viewer-stone/
COPY --from=react /app/build/viewer-ohif/app-config.js ./build/viewer-ohif/
COPY --from=react /app/build/viewer-stone/configuration.json ./build/viewer-stone/
COPY --from=react /app/dist/viewer-ohif/app-config.js ./build/viewer-ohif/
COPY --from=react /app/dist/viewer-stone/configuration.json ./build/viewer-stone/

COPY ./BackEnd .
RUN yarn install --only=prod
Expand Down

0 comments on commit da2ac30

Please sign in to comment.