feat: build
Docker Build & Publish / build-and-push (push) Failing after 1m24s
Docker Build & Publish / Prune old image versions (push) Has been skipped

This commit is contained in:
Senko-san
2026-06-07 21:11:50 +03:00
parent ceee9b9d12
commit a2fa425853
3 changed files with 93 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ FROM node:22-slim AS build
WORKDIR /app
COPY package.json package-lock.json modern-sk-*.tgz ./
COPY package.json package-lock.json ./
RUN npm ci
COPY . .