Skip to content

Commit

Permalink
update: tailwind.config.cjs -> .ts
Browse files Browse the repository at this point in the history
  • Loading branch information
goranbs committed Mar 21, 2024
1 parent c6e6f0a commit 384d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci
COPY vite.config.ts svelte.config.js ./
COPY tailwind.config.cjs tailwind.config.cjs ./
COPY tailwind.config.ts tailwind.config.ts ./
COPY postcss.config.cjs postcss.config.cjs ./
COPY ./static ./static
COPY ./src ./src
Expand Down

0 comments on commit 384d3c8

Please sign in to comment.