Use the correct entrypoint.

This commit is contained in:
Daniel Mowitz 2023-08-24 18:06:04 +02:00
parent ac5f224c2d
commit 86a9662bc9

View file

@ -16,4 +16,4 @@ RUN apk add mailx
USER 1000:1000
EXPOSE 8000
ENTRYPOINT ["/usr/bin/mk-to-atom"]
ENTRYPOINT ["/usr/bin/webmention-filer"]