commit | 51d72dc9d9fc76af473bd1fdca1f997a96a11687 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed May 31 14:04:05 2023 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed May 31 14:04:05 2023 -0400 |
tree | f55e00987c7847e985b3ee223295d6d694fddce3 | |
parent | ab9fd5e6892189c7cfeecca312edce0a83317a75 [diff] |
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}