Update Dockerfile

This commit is contained in:
CL TheDreWen
2025-11-28 14:18:25 +01:00
committed by GitHub
parent 6b090dc4f4
commit 138aa348b5

View File

@@ -4,7 +4,7 @@ FROM node:24-alpine AS builder
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm clean-install
COPY . . COPY . .
RUN npm run build RUN npm run build