This commit is contained in:
parent
7660fda7e2
commit
13d7612b8e
@ -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"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user