aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 01:41:27 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 01:41:27 +0100
commitb0a86973a3816335d3410b9e7f22bf1346857d7d (patch)
tree1d40f09c87a11c9285cad034495c15b9164fddca /Dockerfile
parent3b7bc746afe8d7498ce6b8e5b19c2ff82ff72095 (diff)
style(data): rename data with config
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