fix: drop entrypoint for images
diff --git a/Earthfile b/Earthfile
index 37b0151..efd12fa 100644
--- a/Earthfile
+++ b/Earthfile
@@ -54,7 +54,7 @@
     apt-get install --no-install-recommends -y rsync openssh-client && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/*
-  ENTRYPOINT ["/bin/bash", "-l", "-c"]
+  CMD ["/bin/bash"]
   ARG tag=latest
   SAVE IMAGE --push ghcr.io/vexxhost/atmosphere:${tag}