From 5b9bed29d1f79ad2e85ba7885680fff026552d60 Mon Sep 17 00:00:00 2001 From: thediveo Date: Wed, 10 Jan 2024 19:53:17 +0100 Subject: [PATCH] ci: fix image build Signed-off-by: thediveo --- deployments/lxkns/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployments/lxkns/Dockerfile b/deployments/lxkns/Dockerfile index d0e069e..5eb196f 100644 --- a/deployments/lxkns/Dockerfile +++ b/deployments/lxkns/Dockerfile @@ -125,11 +125,12 @@ RUN yarn config set nodeLinker node-modules COPY --from=webappsrc \ package.json \ yarn.lock \ - .eslintrc \ + .eslintrc.cjs \ tsconfig.json \ tsconfig.node.json \ vite.config.ts \ index.html \ + lxkns-logo.svg \ ./ # While not being a true production install in the original sense, this avoids # installing storybook which we all don't need in creating the production build.