about summary refs log tree commit diff
diff options
context:
space:
mode:
-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