Skip to content

Commit

Permalink
Fix docker build not working because of wrong file name extension in …
Browse files Browse the repository at this point in the history
…Dockerfile
  • Loading branch information
JensForstmann committed Apr 1, 2024
1 parent 750c69f commit d9800e2
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 @@ -21,7 +21,7 @@ COPY frontend/index.html .
COPY frontend/postcss.config.js .
COPY frontend/tailwind.config.js .
COPY frontend/tsconfig.json .
COPY frontend/vite.config.ts .
COPY frontend/vite.config.mts .
RUN npm run build

FROM node:20-alpine
Expand Down

0 comments on commit d9800e2

Please sign in to comment.