mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Docker fixes
This commit is contained in:
8
scripts/make.sh
Normal file → Executable file
8
scripts/make.sh
Normal file → Executable file
@@ -34,13 +34,7 @@ makeNextSubmodule() {
|
||||
ln -sf "$PWD/submodules/${1}/out" "$PWD/nextStatic/${2}"
|
||||
}
|
||||
|
||||
checkFile "$PWD/src/server.ts"
|
||||
checkFile "$PWD/package.json"
|
||||
checkFile "$PWD/package-lock.json"
|
||||
|
||||
git pull
|
||||
git submodule update --init --recursive
|
||||
|
||||
log 'Making project'
|
||||
log "Installing node modules for server"
|
||||
npm install
|
||||
npm audit fix
|
||||
|
Reference in New Issue
Block a user