diff --git a/Dockerfile b/Dockerfile index a89a7f8..9face6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]