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

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

View File

@ -5,6 +5,7 @@ COPY package.json yarn.lock ./
RUN ls -la RUN ls -la
RUN yarn install RUN yarn install
COPY . . COPY . .
RUN ls -la
EXPOSE 80 EXPOSE 80
CMD ["HOST=api.koptilnya.xyz/bpmn PORT=80 npx y-websocket"] CMD ["HOST=api.koptilnya.xyz/bpmn PORT=80 npx y-websocket"]