deploy
Some checks failed
Deploy / build (push) Failing after 24s

This commit is contained in:
Круглицкий Никита Витальевич 2025-11-20 21:31:36 +06:00
parent 6c7e97149b
commit d8c995984a

View File

@ -1,9 +1,7 @@
FROM node:22-alpine AS build
WORKDIR /app
RUN corepack enable
COPY package.json yarn.lock ./
RUN yarn install
COPY . .
EXPOSE 80
CMD ["HOST=api.koptilnya.xyz/bpmn PORT=80 npx y-websocket"]