From f6d34f3ff69b1c338911833af768e1e1740a4572 Mon Sep 17 00:00:00 2001
From: Jake Howard <RealOrangeOne@users.noreply.github.com>
Date: Fri, 5 Feb 2021 09:27:44 +0000
Subject: [PATCH] Expose port 8000 by default (#675)

This bind it to the host port by default, it's more a hint to tools which integrate with Docker directly.
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 7bd00ae8..d764bb12 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -65,4 +65,5 @@ RUN chown -R plausibleuser:plausibleuser /app
 USER plausibleuser
 WORKDIR /app
 ENTRYPOINT ["/entrypoint.sh"]
+EXPOSE 8000
 CMD ["run"]
-- 
GitLab