diff --git a/Dockerfile b/Dockerfile index ac0ed0b..f55709b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]