From bd49a76dc3a26570fea6722f7ee94688420dc9b4 Mon Sep 17 00:00:00 2001 From: Simponic Date: Tue, 31 Jan 2023 21:21:45 -0700 Subject: Set cookie, remove unnecessary expose's --- Dockerfile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3-70-g09d2