FROM ubuntu SHELL ["bash", "-c"] WORKDIR /app COPY server.mjs . RUN <> server.mjs PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm install patchright tough-cookie git+https://github.com/fancy45daddy/tlsclient.js EOF ENTRYPOINT ["tini", "--", "node", "server.mjs"]