aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-02-15 22:23:01 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-02-15 22:23:15 +0000
commit28adcf45b1c4ac3d7af44022e965f653aaa0cf96 (patch)
tree6043b234cf238fcbc9e2796cdd0dd7568e5d4c07 /Dockerfile
parentAdd DockerHub badge (diff)
downloadminiserve-28adcf45b1c4ac3d7af44022e965f653aaa0cf96.tar.gz
miniserve-28adcf45b1c4ac3d7af44022e965f653aaa0cf96.zip
Add Dockerfile.alpine for an Alpine-based Docker file
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 89df0f3..d8259c3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,5 @@
+# This Dockerfile results in a super small container containing only the miniserve binary and nothing else.
+# Use this in case you don't need any additional tools in the container.
FROM rust as builder
ENV APP_HOME /usr/src/app/