Changed to deno suport
This commit is contained in:
parent
ac0672f13a
commit
13df5eb10d
14 changed files with 35 additions and 60 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM denoland/deno:alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
CMD ["deno", "run", "start"]
|
Loading…
Add table
Add a link
Reference in a new issue