Dockerfile fix
This commit is contained in:
parent
1588e4f861
commit
b9defb56e2
2 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue