From 2e64344052a3b6c7369745747e53fc3459fe105e Mon Sep 17 00:00:00 2001 From: Alex Gustafsson Date: Thu, 26 Dec 2024 15:42:14 +0100 Subject: [PATCH] Fix Docker image not building --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1024cfb..a9903d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY .yarn .yarn RUN yarn install -COPY eslint.config.mjs postcss.config.mjs tailwind.config.js tsconfig.json vite.config.ts . +COPY postcss.config.mjs tailwind.config.js tsconfig.json vite.config.ts . COPY web web ARG CUPDATE_VERSION="development build"