Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 5283898

Browse files
authored
Merge pull request #87 from chuckha/docker-build-fix
Fix the docker build
2 parents c0a12f5 + e57f2c9 commit 5283898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ COPY main.go main.go
1919
COPY api/ api/
2020
COPY controllers/ controllers/
2121
COPY kubeadm/ kubeadm/
22+
COPY cloudinit/ cloudinit/
2223

2324
# Allow containerd to restart pods by calling /restart.sh (mostly for tilt + fast dev cycles)
2425
# TODO: Remove this on prod and use a multi-stage build

0 commit comments

Comments
 (0)