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

12
docker-entrypoint.sh Executable file
View file

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