Add missing stack setup for initializing repo
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user