FROM hayd/alpine-deno:1.5.2 USER deno COPY index.ts . ENTRYPOINT ["deno"] CMD ["run", "--allow-net", "--allow-env", "--allow-read", "index.ts"]