This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user