mic-bot/dev.Dockerfile

6 lines
99 B
Docker
Raw Permalink Normal View History

2024-10-24 14:39:42 +00:00
FROM deno:2.0.3
WORKDIR /app
ENTRYPOINT [ "deno", "run", "--watch=.", "--allow-all", "main.ts" ]