-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(nginx archive recipe): Fixes to various configuration files. #3624
Conversation
✅ Deploy Preview for ohif-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ohif-platform-docs canceled.
|
Codecov Report
@@ Coverage Diff @@
## master #3624 +/- ##
=======================================
Coverage 42.54% 42.54%
=======================================
Files 80 80
Lines 1462 1462
Branches 340 340
=======================================
Hits 622 622
Misses 675 675
Partials 165 165 Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, fixed it for ARM
|
||
RUN mkdir /usr/src/app | ||
WORKDIR /usr/src/app | ||
|
||
ENV APP_CONFIG=config/docker_openresty-orthanc-keycloak.js | ||
ENV PATH /usr/src/app/node_modules/.bin:$PATH | ||
|
||
# Copy Files | ||
COPY .docker /usr/src/app/.docker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any folder that we don't need to copy? maybe we say copy all excluding this and that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the list to exclude is bigger than the list to include.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I couldn't find a way to exclude files using the COPY
command. But... I think I may have found a way using the .dockerignore
file. Stay tuned.
any unnecessary files and directories.
…F#3624) Co-authored-by: Alireza <[email protected]>
Context
Fixes #3423
Note that the OpenResty-Orthanc-Keycloak recipe is still broken, but some changes were made for it.
Changes & Results
Various changes to docker, nginx and OHIF configuration files.
Testing
Follow the nginx-image-archive recipe in the OHIF docs.
Checklist
PR
semantic-release format and guidelines.
Code
etc.)
Public Documentation Updates
additions or removals.
Tested Environment