update dockercompose

This commit is contained in:
Emily
2024-09-28 14:21:53 +02:00
parent 69bb6fb03c
commit 9403aebbb9
8 changed files with 130 additions and 70 deletions

View File

@@ -19,7 +19,9 @@
"compile": "tsc",
"build": "node ../scripts/build.js",
"create_db": "cd scripts && ts-node create_database.ts",
"build_all": "npm run compile && npm run build && npm run create_db"
"build_all": "npm run compile && npm run build && npm run create_db",
"docker-build": "docker build -t litlyx-consumer -f Dockerfile ../",
"docker-inspect": "docker run -it litlyx-consumer sh"
},
"keywords": [],
"author": "Emily",