Execute in /honk-data

This commit is contained in:
Dirk Nederveen 2023-08-11 07:38:37 +02:00
parent 82b3e06034
commit 82a128ecc0
Signed by: dirk
GPG Key ID: 30C016E96E2219B8
1 changed files with 1 additions and 0 deletions

View File

@ -16,5 +16,6 @@ RUN mv ./honk /bin/honk
CMD ["/bin/honk", "-datadir", "/honk-data"]
COPY docker-entrypoint.sh /honk-src/docker-entrypoint.sh
WORKDIR /honk-data
ENTRYPOINT ["/honk-src/docker-entrypoint.sh"]