summaryrefslogtreecommitdiff
path: root/Containerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Containerfile')
-rw-r--r--Containerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile
new file mode 100644
index 0000000..d47dd69
--- /dev/null
+++ b/Containerfile
@@ -0,0 +1,3 @@
1FROM docker.io/alpine:latest
2COPY whoami /usr/bin/whoami
3ENTRYPOINT ["/usr/bin/whoami"]