diff --git a/Dockerfile b/Dockerfile index f571063d..c2ddc9a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ FROM scratch COPY --from=build /home/rust/src/target/x86_64-unknown-linux-musl/release/notify_push / EXPOSE 7867 -CMD ["/notify_push"] \ No newline at end of file +ENTRYPOINT ["/notify_push"]