Fixed entrypoint command

This commit is contained in:
Daniel Mowitz 2023-08-24 22:56:31 +02:00
parent f33af20034
commit c1a8422f5d

View file

@ -18,4 +18,4 @@ RUN apk add mailx
USER 1000:1000 USER 1000:1000
EXPOSE 8000 EXPOSE 8000
ENTRYPOINT ["/usr/bin/webmention-filer"] ENTRYPOINT ["/usr/bin/webmention-filer", "-d", "$DOMAIN"]