autofixer

This commit is contained in:
2025-09-17 16:54:51 +02:00
parent 7488adc39e
commit 7e17f0e0b2
2 changed files with 2 additions and 3 deletions

View File

@@ -22,9 +22,9 @@ COPY . .
ENV NEXT_TELEMETRY_DISABLED=1
ENV NODE_ENV=production
# Build the application using npm only
# Ensure all dependencies are installed for build
RUN npm install
RUN npm install autoprefixer
RUN npm install --save-dev autoprefixer
RUN npm run build
# Production image, copy all the files and run next

View File

@@ -1,6 +1,5 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}