test again
All checks were successful
publish.yml / publish (push) Successful in 23s

This commit is contained in:
2026-04-18 23:31:24 +02:00
parent 861fdb59ec
commit 211a018321

View File

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