Update Dockerfile

This commit is contained in:
Lizandro Guarnizo
2026-04-29 22:12:39 -05:00
parent 7f8d356a8f
commit dc035ceedd
+1 -1
View File
@@ -1,7 +1,7 @@
# ──────────────────────────────────────────
# Stage 1: Build del frontend (assets JS/CSS)
# ──────────────────────────────────────────
FROM node:20-alpine AS frontend
FROM node:18-alpine AS frontend
WORKDIR /app
COPY package.json webpack.mix.js postcss.config.js tailwind.config.js ./