Skip to content

Commit

Permalink
fix: npm run everest should run 'docker compose' command
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolnm committed Jan 11, 2025
1 parent 2ccef93 commit 123bc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "cross-env APP_NAME=all APP_ENV=local nodemon",
"start-docker": "nodemon",
"start-docker-cloud": "node --inspect=0.0.0.0:9229 dist/index.js",
"start-everest": "cd ./everest && cross-env EVEREST_IMAGE_TAG=0.0.16 EVEREST_TARGET_URL=ws://host.docker.internal:8081/cp001 docker-compose up"
"start-everest": "cd ./everest && cross-env EVEREST_IMAGE_TAG=0.0.16 EVEREST_TARGET_URL=ws://host.docker.internal:8081/cp001 docker compose up"
},
"keywords": [
"ocpp",
Expand Down

0 comments on commit 123bc8c

Please sign in to comment.