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