Skip to content

Commit

Permalink
Making manual changes to correct the missing steps from
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 committed Jan 13, 2025
1 parent 2732708 commit cdd1ca5
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 2,736 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ jobs:
else
echo "Building and pushing Docker image from the master branch (beta releases)"
rm -f ./.npmrc
# Set our version number using vars
export IMAGE_VERSION=$(cat version.txt)
export IMAGE_VERSION_FULL=v$IMAGE_VERSION
Expand Down
5 changes: 0 additions & 5 deletions extensions/tmtv/.webpack/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ const ENTRY = {

const outputName = `ohif-${pkg.name.split('/').pop()}`;

const ENTRY = {
app: `${SRC_DIR}/index.tsx`,
};


module.exports = (env, argv) => {
const commonConfig = webpackCommon(env, argv, { SRC_DIR, DIST_DIR, ENTRY });

Expand Down
7 changes: 0 additions & 7 deletions increaseEventEmitterLimit.mjs

This file was deleted.

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion platform/app/.recipes/Nginx-Dcm4che/etc/timezone

This file was deleted.

4 changes: 0 additions & 4 deletions platform/app/.recipes/Nginx-Orthanc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ services:
# Project root
context: ./../../../../
# Relative to context
<<<<<<<< HEAD:platform/app/.recipes/Nginx-Orthanc/docker-compose.yml
dockerfile: ./platform/app/.recipes/Nginx-Orthanc/dockerfile
========
dockerfile: ./platform/app/.recipes/OpenResty-Orthanc/dockerfile
>>>>>>>> 16afa740b6 (feat(app): change ohif viewer to ohif app (#3451)):platform/app/.recipes/OpenResty-Orthanc/docker-compose.yml
image: webapp:latest
container_name: ohif_orthanc
volumes:
Expand Down
Loading

0 comments on commit cdd1ca5

Please sign in to comment.