diff --git a/Dockerfile b/Dockerfile index 248cf5f4..28b8a904 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM registry.odit.services/hub/library/node:19.5.0-alpine3.16 as build WORKDIR /app COPY package.json ./ RUN npx pnpm i -COPY package.json *.config.js postcss.config.cjs index.html ./ +COPY package.json *.config.js postcss.config.cjs tailwind.config.js vite.config.js index.html ./ COPY src ./src COPY public ./public RUN yarn build diff --git a/package.json b/package.json index 5edf4c49..3a508258 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "svelte-i18n": "3.3.9", "svelte-preprocess": "4.7.0", "svelte-select": "3.17.0", - "tailwindcss": "2.1.1", + "tailwindcss": "3.2.4", "tinro": "0.6.1", "toastify-js": "1.10.0", "validator": "13.5.2",