etc: reorder Dockerfile and stage with rsync

This commit is contained in:
Emanuel Borsboom 2016-07-17 14:15:08 -07:00
parent 558b95711a
commit c78676a2cc

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
set -ex
cd "$(dirname "${BASH_SOURCE[0]}")/../.."
mkdir -p etc/docker/_artifacts
stack install --local-bin-path=etc/docker/_artifacts "$@"
cp -r config static etc/docker/_artifacts/
rsync -av --delete config static etc/docker/_artifacts/