Skip to content

Commit

Permalink
fix(recipes): package.json script orthanc:up docker-compose path (#3741)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardyangxin authored Oct 23, 2023
1 parent 43c882a commit 49514ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dev:orthanc": "lerna run dev:orthanc --stream",
"dev:dcm4chee": "lerna run dev:dcm4chee --stream",
"dev:static": "lerna run dev:static --stream",
"orthanc:up": "docker-compose -f platform/app/.recipes/Nginx-Orthanc/docker-compose.yml up",
"orthanc:up": "docker-compose -f platform/app/.recipes/OpenResty-Orthanc/docker-compose.yml up",
"preinstall": "node preinstall.js",
"start": "yarn run dev",
"test": "yarn run test:unit",
Expand Down

0 comments on commit 49514ae

Please sign in to comment.