Line endings fix
This commit is contained in:
parent
5116dd2137
commit
544abd1ebd
25 changed files with 7378 additions and 7372 deletions
24
docker-entrypoint.sh
Executable file → Normal file
24
docker-entrypoint.sh
Executable file → Normal 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue