deploy
All checks were successful
Deploy / build (push) Successful in 53s

This commit is contained in:
Круглицкий Никита Витальевич 2025-11-20 21:37:34 +06:00
parent 7660fda7e2
commit 13d7612b8e

View File

@ -3,9 +3,10 @@ WORKDIR /app
RUN corepack enable
COPY package.json yarn.lock ./
RUN ls -la
RUN yarn config set nodeLinker node-modules
RUN yarn install
COPY . .
RUN ls -la
EXPOSE 80
CMD ["HOST=api.koptilnya.xyz/bpmn PORT=80 npx y-websocket"]
CMD ["PORT=80 npx y-websocket"]