mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-07 03:22:20 +00:00
5 lines
179 B
Plaintext
5 lines
179 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Build hook to run on Docker Hub to ensure that the image is built with `PORTABLE=true`.
|
||
|
docker build --build-arg PORTABLE=true -f $DOCKERFILE_PATH -t $IMAGE_NAME .
|