fix npm install

This commit is contained in:
2026-06-23 18:45:42 +07:00
parent 75cf5b2e69
commit 9f2e3feba7
+2 -2
View File
@@ -1,9 +1,9 @@
FROM node:20-alpine AS node-builder FROM node:20-alpine AS node-builder
WORKDIR /app WORKDIR /app
COPY package.json ./ COPY package.json ./
RUN npm install RUN npm install --ignore-scripts
COPY . . COPY . .
RUN npm run build RUN npm run build:icons && npm run build
FROM nginx:alpine FROM nginx:alpine
RUN rm /etc/nginx/conf.d/default.conf RUN rm /etc/nginx/conf.d/default.conf