From ed66a07fc240b12031eec5630287c2ebb5464ebf Mon Sep 17 00:00:00 2001 From: Fouad Date: Mon, 16 Nov 2020 03:57:17 +0200 Subject: [PATCH] support static html files in docker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2874fd8e..b675a24d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,4 +64,5 @@ COPY --from=helm-installer /usr/local/bin/sops /usr/local/bin/sops COPY --from=helm-installer /root/.cache/helm/plugins/ /root/.cache/helm/plugins/ COPY --from=helm-installer /root/.local/share/helm/plugins/ /root/.local/share/helm/plugins/ +COPY --from=builder /go/src/github.com/tactful-ai/robban/public/ /bin/public/ COPY --from=builder /go/src/github.com/tactful-ai/robban/robban /bin/robban