Skip to content

Commit

Permalink
feat: custom public URL path for Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Oct 5, 2023
1 parent 748acaf commit 891ea67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN yarn install --frozen-lockfile --verbose

ENV PATH /usr/src/app/node_modules/.bin:$PATH
ENV QUICK_BUILD true
ENV PUBLIC_URL /ohif-viewer/
# ENV GENERATE_SOURCEMAP=false
# ENV REACT_APP_CONFIG=config/default.js

Expand Down

0 comments on commit 891ea67

Please sign in to comment.