diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |