add new script

This commit is contained in:
Nawaz Dhandala
2022-02-05 19:30:34 +00:00
parent dc92577d13
commit 5c329b0261

View File

@@ -30,6 +30,7 @@
"fix": "npm run fix-lint",
"build": "docker-compose build",
"build-dev": "docker-compose -f docker-compose.dev.yml build $npm_config_services",
"ps-dev": "docker-compose -f docker-compose.dev.yml ps",
"logs-dev": "docker-compose -f docker-compose.dev.yml logs $npm_config_services",
"force-build-dev": "docker-compose -f docker-compose.dev.yml build --no-cache $npm_config_services",
"prod": "docker-compose up -d",