From b371372850f4532fa5547f74532eb46e6c6d5a53 Mon Sep 17 00:00:00 2001 From: tpluscode Date: Sat, 27 Apr 2019 12:30:51 +0200 Subject: [PATCH] try workaround https://github.com/kubernetes/kubernetes/issues/53201#issuecomment-357574000 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 051b23b..7d098ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,6 @@ WORKDIR /app COPY --from=build-env /output . -ENV FOO=BAR +ENV wikibus__sources__test=xyz CMD dotnet app.dll