This commit is contained in:
parent
d5280698d1
commit
3a2682aaff
@ -2,12 +2,10 @@ FROM node:22-alpine AS build
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN ls -la
|
|
||||||
RUN yarn config set nodeLinker node-modules
|
RUN yarn config set nodeLinker node-modules
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN ls -la
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
ENV PORT=80
|
ENV PORT=80
|
||||||
CMD ["npx y-websocket"]
|
CMD ["npx", "y-websocket"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user