helmfile/hooks/build

7 lines
103 B
Bash

#!/bin/bash
echo "=> Building container"
docker build \
--tag "$IMAGE_NAME" \
--file Dockerfile .