commit | ebc3afb4a0fc7946cc1b98db84458995aedffd77 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed May 31 14:08:01 2023 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed May 31 14:08:01 2023 -0400 |
tree | 32fc3ef4f77f0c8a5b46f75666670389fadd2a9f | |
parent | 51d72dc9d9fc76af473bd1fdca1f997a96a11687 [diff] |
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}