added docker-compose for linux fixed 2

This commit is contained in:
2026-02-21 20:04:26 +02:00
parent aa55bb4667
commit da17562c19
+1 -1
View File
@@ -4,7 +4,7 @@ FROM node:20-alpine AS builder
WORKDIR /app
COPY package*.json ./
RUN npm ci
RUN npm install
COPY . .