Skip to content

Commit a3c33c8

Browse files
authored
Merge pull request #10 from stepbirt/fix/package.json
fixed npm run up command
2 parents f8cebcc + 07e8624 commit a3c33c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Nestjs RabbitMQ Microservices",
55
"scripts": {
66
"deploy": "sh deploy.sh",
7-
"build": "sh build.sh"
7+
"build": "sh build.sh",
8+
"up": "docker compose -f docker-compose.dep.yml up"
89
},
910
"keywords": [
1011
"microservices",

0 commit comments

Comments
 (0)