aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index a744b43..59f762b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,4 +19,6 @@ RUN go mod tidy && go mod build -o app .
ENV NOW_DOMAIN=""
ENV NOW_DATA=""
+EXPOSE 80
+
CMD ./app -domain $NOW_DOMAIN -data $NOW_DATA