diff options
| author | Max Resnick <max@ofmax.li> | 2025-03-12 21:31:41 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-03-12 21:31:41 -0700 |
| commit | be3651b08b1fb59e134860e374ebe130af95ee2f (patch) | |
| tree | 225f5f65eac106e298d70055a5f107a63ecd3196 /Dockerfile | |
| parent | 9f3b6999c5c63d9322e6516f7635fd2f983d7c70 (diff) | |
| download | unbound-adblock-config-f509a379c1c68a0f2dd0bac5336304bd37d10eec.tar.gz | |
fix: add PATH, change bin path0.0.3
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,6 +10,7 @@ RUN just build $version FROM scratch -COPY --from=build /build/_build/bin/unbound-ads /unbound-ads +COPY --from=build /build/_build/bin bin WORKDIR / -ENTRYPOINT ["unbound-ads"] +ENV PATH=bin +ENTRYPOINT ["/bin/unbound-ads"] |