diff options
author | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 17:40:50 -0700 |
---|---|---|
committer | Logan Hunt <logan.hunt@usu.edu> | 2023-01-31 17:40:50 -0700 |
commit | ce5f598331b2be3be08cf697a59e8629cc69fe07 (patch) | |
tree | ecba4f474348a437282635b8d265057edf79ea92 /Dockerfile | |
parent | 58eb3df0f4c74d84cc96ec8b5c748b7d1add4727 (diff) | |
download | chessh-ce5f598331b2be3be08cf697a59e8629cc69fe07.tar.gz chessh-ce5f598331b2be3be08cf697a59e8629cc69fe07.zip |
Fix front pwd and epmd
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 |