Changed to deno suport

This commit is contained in:
Lukian 2024-12-23 20:15:22 +01:00
parent ac0672f13a
commit 13df5eb10d
14 changed files with 35 additions and 60 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM denoland/deno:alpine
WORKDIR /app
COPY . .
CMD ["deno", "run", "start"]