mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 12:18:29 +01:00
etc: reorder Dockerfile and stage with rsync
This commit is contained in:
parent
558b95711a
commit
c78676a2cc
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user