Skip to content

Commit

Permalink
hepa: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Nov 23, 2023
1 parent 4a90457 commit 9857c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hepa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV TZ=Etc/UTC

EXPOSE 2210

CMD ["/hepa"]
CMD ["/hepa", "run"]

LABEL org.opencontainers.image.source=https://github.com/bluesky-social/indigo
LABEL org.opencontainers.image.description="ATP Auto-Moderation Service (hepa)"
Expand Down

0 comments on commit 9857c23

Please sign in to comment.