Dockerfile fix

This commit is contained in:
WaveringAna 2022-11-16 11:48:27 +00:00
parent 1588e4f861
commit b9defb56e2
2 changed files with 1 additions and 1 deletions

View file

@ -1,12 +0,0 @@
#!/bin/bash
# Exit build script on first failure.
set -e
# Exit on unset variable.
set -u
set -x
node db.js
npm start