summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorSimponic <elizabeth.hunt@simponic.xyz>2023-01-31 21:21:45 -0700
committerSimponic <elizabeth.hunt@simponic.xyz>2023-01-31 21:21:45 -0700
commitbd49a76dc3a26570fea6722f7ee94688420dc9b4 (patch)
treed3295a877a30f0d03a2668411c4686322a5b006f /Dockerfile
parent800d479863af3e0548bb5c77d229aa1b9a2c143f (diff)
downloadchessh-bd49a76dc3a26570fea6722f7ee94688420dc9b4.tar.gz
chessh-bd49a76dc3a26570fea6722f7ee94688420dc9b4.zip
Set cookie, remove unnecessary expose's
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Dockerfile b/Dockerfile
index acd4a26..4e8d647 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -75,11 +75,4 @@ 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