add: dockerizing

This commit is contained in:
mario
2025-05-17 14:53:58 +07:00
parent 970f22cd4a
commit ab4604d4d8
20 changed files with 10435 additions and 18 deletions

View File

@@ -23,20 +23,6 @@ Note: Since OHIF 3 is still beta you can also switch back to OHIF 2 version: jus
* nodejs 12 or newer
## Setup Instructions - npm
* install in empty directory:
```npm init -y```
```npm install dicomweb-proxy```
* update config file located in:
```./node_modules/dicomweb-proxy/config```
* or better: create config override, see: [config](https://www.npmjs.com/package/config)
* start proxy:
```npx dicomweb-proxy```
## Setup Instructions - source
* clone repository and install dependencies: