feat: added docker build container and improved build script

This commit is contained in:
2023-03-24 21:24:58 +01:00
parent 61fb439d72
commit 9014954cd0
3 changed files with 63 additions and 1 deletions

6
build-container/build.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
IMAGE=yak-build-container
DOCKER_BUILDKIT=1 docker build . -t "${IMAGE}:latest"
docker image prune -f