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

Fix the docker build #87

Merged
merged 1 commit into from
Aug 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY main.go main.go
COPY api/ api/
COPY controllers/ controllers/
COPY kubeadm/ kubeadm/
COPY cloudinit/ cloudinit/

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