Skip to content

Commit

Permalink
fix: set the right binary name on DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
rruizt committed Apr 10, 2024
1 parent f8e66e0 commit e4e29eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine
ENTRYPOINT [ "usr/bin/omnivore-to-rss" ]
COPY omnivore-to-rss /usr/bin/omnivore-to-rss
ENTRYPOINT [ "usr/bin/omnivore-as-rss" ]
COPY omnivore-as-rss /usr/bin/omnivore-as-rss

0 comments on commit e4e29eb

Please sign in to comment.