fix: solve entrypoint for images
diff --git a/Earthfile b/Earthfile
index 4cc526b..37b0151 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"]
+  ENTRYPOINT ["/bin/bash", "-l", "-c"]
   ARG tag=latest
   SAVE IMAGE --push ghcr.io/vexxhost/atmosphere:${tag}