diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-16 21:16:29 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-16 21:16:29 +0200 |
| commit | 0a8c0885cb6751df116adaaa80c431c7c8e8941c (patch) | |
| tree | 1d22cdad6d4deba5385537110e01110ff178a9af /Dockerfile | |
| download | srht-git-feed-0a8c0885cb6751df116adaaa80c431c7c8e8941c.tar.xz srht-git-feed-0a8c0885cb6751df116adaaa80c431c7c8e8941c.zip | |
Initial commit
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..8e29e19 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM hayd/alpine-deno:1.5.2 +USER deno +COPY index.ts . +ENTRYPOINT ["deno"] +CMD ["run", "--allow-net", "--allow-env", "--allow-read", "index.ts"] |
