aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 01:39:39 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-10 01:39:39 +0100
commit3b7bc746afe8d7498ce6b8e5b19c2ff82ff72095 (patch)
tree4a49022f9a0800683317ef8a3f8a392515801b3a /Dockerfile
parent99d5a59e64b84fad74fd204e8b581c8ba75e9a71 (diff)
ci(docker): create example dockerfile and dockerignore
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