aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 59f762b..7595ee5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,8 +17,8 @@ COPY --from=builder . .
RUN go mod tidy && go mod build -o app .
ENV NOW_DOMAIN=""
-ENV NOW_DATA=""
+ENV NOW_CONFIG=""
EXPOSE 80
-CMD ./app -domain $NOW_DOMAIN -data $NOW_DATA
+CMD ./app -domain $NOW_DOMAIN -config $NOW_CONFIG