about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 51d2a832d..ec5d7055e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -127,4 +127,5 @@ USER mastodon
 
 # Set the work dir and the container entry point
 WORKDIR /opt/mastodon
-ENTRYPOINT ["/tini", "--"]
\ No newline at end of file
+ENTRYPOINT ["/tini", "--"]
+EXPOSE 3000 4000