8 lines
329 B
Makefile
8 lines
329 B
Makefile
|
gold-docker-image: aggregator
|
||
|
# Set the build context to the current work dir, so we can copy
|
||
|
# the built binary to where we need it.
|
||
|
docker build -t gold-lottie-web-puppeteer -f ./docker/gold-lottie-web-puppeteer/Dockerfile .
|
||
|
|
||
|
aggregator:
|
||
|
mkdir -p ./tmp
|
||
|
CGO_ENABLED=0 GOOS=linux go build -o ./tmp/gold-aggregator -a ./gold/
|