From 3b8689fff9dba4b39df54181726a8b34161d40e7 Mon Sep 17 00:00:00 2001 From: Alexander Karl Date: Thu, 10 Oct 2019 22:18:01 +0200 Subject: rename env var --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1ce8a7..8386fb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM debian:10-slim COPY --from=build-env /go/bin/static /static ENV port=8080 -ENV directory="/mount" +ENV dir="/mount" ENV subpath="079521df-c66e-4c1e-86ce-daf0075cc73f" CMD /static -port ${port} -dir ${dir} -subpath ${subpath} \ No newline at end of file -- cgit 1.4.1