FROM docker.io/denoland/deno MAINTAINER Niv Sardi WORKDIR /app COPY src-deno ./src RUN deno cache ./src/index.ts CMD deno ./src/index.ts