Skip to content

Commit

Permalink
chore: change docker destination path
Browse files Browse the repository at this point in the history
  • Loading branch information
Primexz committed Apr 26, 2024
1 parent 07f5c90 commit e6957b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine
COPY kraken-dca /
ENTRYPOINT ["/kraken-dca"]
COPY kraken-dca /usr/bin/kraken-dca
ENTRYPOINT ["/usr/bin/kraken-dca"]

0 comments on commit e6957b1

Please sign in to comment.