diff options
| author | Alexander Karl <akarl@darknebu.la> | 2019-10-10 22:18:01 +0200 | 
|---|---|---|
| committer | Alexander Karl <akarl@darknebu.la> | 2019-10-10 22:18:01 +0200 | 
| commit | 3b8689fff9dba4b39df54181726a8b34161d40e7 (patch) | |
| tree | ce343d579276e974f97f5e9b2dfd52f43f29c81d | |
| parent | 41e9b0a90e7773dfa1d244ce873cfc28e05d3010 (diff) | |
rename env var
| -rw-r--r-- | Dockerfile | 2 | 
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 | 
