chore: dockerfile layout changes

This commit is contained in:
Min Idzelis
2025-07-01 22:19:28 +00:00
parent 25efba8fe6
commit fed02c7f83
9 changed files with 130 additions and 103 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
node /usr/src/app/node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"
cd /usr/src/app/server || exit 1
npm install
node ./node_modules/.bin/nest start --debug "0.0.0.0:9230" --watch -- "$@"