Spaces:
Runtime error
Runtime error
FROM docker.io/denoland/deno | |
MAINTAINER Niv Sardi <x@filtra.me> | |
WORKDIR /app | |
COPY src-deno ./src | |
RUN deno cache ./src/index.ts | |
CMD deno ./src/index.ts | |