commit signing from second device
All checks were successful
publish.yml / publish (push) Successful in 22s

This commit is contained in:
2026-04-19 00:12:56 +02:00
parent 211a018321
commit 2de74a9882

View File

@@ -1,6 +1,7 @@
FROM node:lts-alpine AS build FROM node:lts-alpine AS build
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN npm install RUN npm install
RUN npm run build RUN npm run build