Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksiAhtiainen committed Oct 22, 2024
1 parent efa1830 commit 588f8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omadata-oauth2-sample/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"start-with-server": "npm-run-all --parallel start-server start",
"start-with-server-and-luovutuspalvelu": "npm-run-all --parallel start-luovutuspalvelu start-server start",
"build-luovutuspalvelu": "cd ../../koski-luovutuspalvelu/proxy && mkdir -p ./target && npm run buildversion && npm run testca && KOSKI_BACKEND_HOST=${KOSKI_BACKEND_HOST:-http://host.docker.internal:7021} CLIENT_USERNAME='oauth2client' CLIENT_PASSWORD='oauth2client' node ./scripts/create-local-config.js > ./target/koski-luovutuspalvelu-proxy-config-ci.json && docker build --rm --pull --platform=linux/amd64 --tag koski-luovutuspalvelu-proxy:latest . && sleep 5",
"start-luovutuspalvelu": "echo 'Starting koski-luovutuspalvelu-proxy' && docker ps -a && cat $PWD/../../koski-luovutuspalvelu/proxy/target/koski-luovutuspalvelu-proxy-config-ci.json && docker run --name koski-luovutuspalvelu-proxy -p 7022:443 -v \"$PWD/../../koski-luovutuspalvelu/proxy/target/koski-luovutuspalvelu-proxy-config-ci.json:/etc/nginx/koski-luovutuspalvelu-proxy-config.json:ro\" -m 256m --rm koski-luovutuspalvelu-proxy:latest",
"start-luovutuspalvelu": "echo 'Starting koski-luovutuspalvelu-proxy' && docker ps -a && cat $PWD/../../koski-luovutuspalvelu/proxy/target/koski-luovutuspalvelu-proxy-config-ci.json && docker run --name koski-luovutuspalvelu-proxy -p 7022:443 -v \"$PWD/../../koski-luovutuspalvelu/proxy/target/koski-luovutuspalvelu-proxy-config-ci.json:/etc/nginx/koski-luovutuspalvelu-proxy-config.json:ro\" -m 256m --rm --add-host=host.docker.internal:host-gateway koski-luovutuspalvelu-proxy:latest",
"clean-luovutuspalvelu-container": "docker ps -a && echo 'Killing koski-luovutuspalvelu-proxy' && docker stop koski-luovutuspalvelu-proxy || true && docker rm koski-luovutuspalvelu-proxy || true && echo 'Killed koski-luovutuspalvelu-proxy' && docker ps -a",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down

0 comments on commit 588f8b3

Please sign in to comment.