aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 8e29e19..ef17d03 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
FROM hayd/alpine-deno:1.5.2
USER deno
COPY index.ts .
+COPY version.txt .
ENTRYPOINT ["deno"]
CMD ["run", "--allow-net", "--allow-env", "--allow-read", "index.ts"]