6 lines
89 B
Bash
6 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
DOCKER_BUILDKIT=1 docker build "$TMP/build_cuddle_image.Dockerfile"
|