FROM deno:2.0.3 WORKDIR /app ENTRYPOINT [ "deno", "run", "--watch=.", "--allow-all", "main.ts" ]