make docker images smaller by 150%

This commit is contained in:
anarch3 2022-11-24 03:35:27 -05:00
parent de9379603b
commit b04e0f4f42
2 changed files with 22 additions and 18 deletions

View file

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