diff --git a/Containerfile b/Containerfile index 3d31c50..4e55a1f 100644 --- a/Containerfile +++ b/Containerfile @@ -2,4 +2,6 @@ FROM scratch ARG BUILT_ARTIFACT ADD "$BUILT_ARTIFACT" / EXPOSE 8080 -ENTRYPOINT /photo-bot +ENTRYPOINT [ "/photo-bot" ] +CMD [] +