summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorLogan Hunt <logan.hunt@usu.edu>2023-01-31 17:40:50 -0700
committerLogan Hunt <logan.hunt@usu.edu>2023-01-31 17:40:50 -0700
commitce5f598331b2be3be08cf697a59e8629cc69fe07 (patch)
treeecba4f474348a437282635b8d265057edf79ea92 /Dockerfile
parent58eb3df0f4c74d84cc96ec8b5c748b7d1add4727 (diff)
downloadchessh-ce5f598331b2be3be08cf697a59e8629cc69fe07.tar.gz
chessh-ce5f598331b2be3be08cf697a59e8629cc69fe07.zip
Fix front pwd and epmd
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