From 28adcf45b1c4ac3d7af44022e965f653aaa0cf96 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 15 Feb 2019 23:23:01 +0100 Subject: Add Dockerfile.alpine for an Alpine-based Docker file --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') 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/ -- cgit v1.2.3