summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 5ca4aff..3d85542 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -71,7 +71,11 @@ COPY --from=builder --chown=nobody:root /app/priv /app/priv
USER nobody
+# EPMD (elixir cluster)
+EXPOSE 4369
+# API
EXPOSE 8080
+# CheSSH!
EXPOSE 34355
CMD /app/bin/chessh eval "Chessh.Release.migrate" && /app/bin/chessh start