From ce5f598331b2be3be08cf697a59e8629cc69fe07 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 31 Jan 2023 17:40:50 -0700 Subject: Fix front pwd and epmd --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Dockerfile') 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 -- cgit v1.2.3-70-g09d2