Line endings fix

This commit is contained in:
anarch3 2022-11-20 18:33:25 -05:00
parent 5116dd2137
commit 544abd1ebd
25 changed files with 7378 additions and 7372 deletions

24
docker-entrypoint.sh Executable file → Normal file
View file

@ -1,12 +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
#!/bin/bash
# Exit build script on first failure.
set -e
# Exit on unset variable.
set -u
set -x
node db.js
npm start