Skip to content

Commit

Permalink
fix docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pickledish committed Apr 5, 2024
1 parent eebcc0c commit 6897f8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN curl https://raw.githubusercontent.com/stepchowfun/toast/main/install.sh -LS

COPY misc/GeoLite2-Country.mmdb .

COPY out/cbnr .
COPY out/cbnr /usr/bin/cbnr

ENTRYPOINT ["./cbnr"]
# need to use entrypoint from base image, it's what starts docker
ENTRYPOINT ["entrypoint.sh"]

0 comments on commit 6897f8b

Please sign in to comment.