Add missing stack setup for initializing repo
This commit is contained in:
parent
ee8686bc83
commit
5ce04d5bb0
@ -8,5 +8,6 @@ set -e
|
|||||||
|
|
||||||
IMAGE_NAME=${1:-"purr"}
|
IMAGE_NAME=${1:-"purr"}
|
||||||
|
|
||||||
|
stack setup
|
||||||
stack build --copy-bins
|
stack build --copy-bins
|
||||||
docker build . -t $IMAGE_NAME
|
docker build . -t $IMAGE_NAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user