chore: fix dockerbuild and add ws props everywhere

This commit is contained in:
iCrawl
2022-07-24 18:49:06 +02:00
parent 41e4e10b48
commit 160487d866
7 changed files with 9 additions and 5 deletions

View File

@@ -15,4 +15,4 @@ RUN yarn workspaces focus
COPY ./packages/proxy-container ./
RUN yarn build && yarn workspaces focus --production
CMD ["node", "--enable-source-maps", "./dist/index.js"]
CMD ["node", "--enable-source-maps", "./dist/index.mjs"]