test commit verification
All checks were successful
publish.yml / publish (push) Successful in 1m4s

This commit is contained in:
2026-04-18 23:27:26 +02:00
parent 1470b0723b
commit 861fdb59ec

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