site/containermake.sh

14 lines
283 B
Bash
Raw Normal View History

2017-01-09 22:58:07 +00:00
#!/bin/bash
set -e
set -x
2017-01-17 23:34:58 +00:00
(cd frontend \
&& rm -rf node_modules bower_components \
&& npm install && npm run build \
&& asar pack static ../frontend.asar \
&& cd .. \
&& keybase sign -d -i ./frontend.asar -o ./frontend.asar.sig)
2017-01-09 22:58:07 +00:00
box box.rb