This commit is contained in:
Bxio 2025-07-05 12:43:28 +01:00
parent f074bd9f5a
commit a00aab9fbc

View File

@ -5,7 +5,7 @@ WORKDIR /app
COPY package.json package-lock.json* ./
RUN npm ci
RUN npm install
COPY . .