Skip to content

Commit

Permalink
Fix Docker image not building
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGustafsson committed Dec 26, 2024
1 parent bdc8a51 commit 2e64344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2e64344

Please sign in to comment.