Skip to content

Commit

Permalink
use compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
UgurGumushan committed Sep 17, 2024
1 parent c98d8e1 commit ef4e075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"start": "node dist/src/server.js",
"start:mockredis": "docker run -p 8364:6379 redis:alpine --appendonly yes",
"start:hot": "nodemon --watch dist/ --exec npm run start",
"start:docker": "docker-compose up",
"start:docker:test": "docker-compose -f docker-compose-mocha.yml up --build --exit-code-from mock-solaris",
"start:docker": "docker compose up",
"start:docker:test": "docker compose -f docker-compose-mocha.yml up --build --exit-code-from mock-solaris",
"debug": "node --nolazy --inspect=0.0.0.0:9559 dist/src/server.js",
"test:docker": "npm run lint && mocha --recursive '/opt/mockSolaris/dist/tests/**/*.spec.js' --exit",
"test": "export MOCKSOLARIS_REDIS_SERVER=redis://localhost:8364 && npm run lint && npm run build && mocha --recursive 'dist/tests/**/*.spec.js'",
Expand Down

0 comments on commit ef4e075

Please sign in to comment.