Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Jan 4, 2025
1 parent f79f9e7 commit c8644d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "yarn --cwd ../../ nx lint platform --verbose",
"start:mock-services": "docker compose -f ../service/docker-compose.test.yml up --remove-orphans",
"stop:mock-services": "docker compose -f ../service/docker-compose.test.yml down",
"start:platform": "docker run --rm --name bundlemon-platform --env-file ../service/.development.env -e NODE_ENV=producation -e MONGO_DB_NAME=test -p 3333:3333 bundlemon-platform",
"start:platform": "docker run --rm -d --name bundlemon-platform --env-file ../service/.development.env -e NODE_ENV=producation -e MONGO_DB_NAME=test -p 3333:3333 bundlemon-platform",
"stop:platform": "docker stop bundlemon-platform"
},
"dependencies": {},
Expand Down

0 comments on commit c8644d2

Please sign in to comment.