Add Dockerfile
This commit is contained in:
parent
0824ec14f6
commit
00b73fcf46
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM denoland/deno:latest
|
||||||
|
|
||||||
|
EXPOSE 3000
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY /src .
|
||||||
|
|
||||||
|
ENTRYPOINT ["deno"]
|
||||||
|
CMD ["task", "serve"]
|
Loading…
Reference in New Issue
Block a user