Update Dockerfile
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
# ──────────────────────────────────────────
|
# ──────────────────────────────────────────
|
||||||
# Stage 1: Build del frontend (assets JS/CSS)
|
# Stage 1: Build del frontend (assets JS/CSS)
|
||||||
# ──────────────────────────────────────────
|
# ──────────────────────────────────────────
|
||||||
FROM node:20-alpine AS frontend
|
FROM node:18-alpine AS frontend
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json webpack.mix.js postcss.config.js tailwind.config.js ./
|
COPY package.json webpack.mix.js postcss.config.js tailwind.config.js ./
|
||||||
|
|||||||
Reference in New Issue
Block a user