about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlexander Karl <akarl@darknebu.la>2019-10-10 22:18:01 +0200
committerAlexander Karl <akarl@darknebu.la>2019-10-10 22:18:01 +0200
commit3b8689fff9dba4b39df54181726a8b34161d40e7 (patch)
treece343d579276e974f97f5e9b2dfd52f43f29c81d /Dockerfile
parent41e9b0a90e7773dfa1d244ce873cfc28e05d3010 (diff)
rename env var
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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