chore(docker): add app directory to PATH in Dockerfile

This commit is contained in:
Deluan 2026-04-30 16:55:10 -04:00
parent 2307a64da7
commit 2b9f326993

View File

@ -164,6 +164,7 @@ RUN touch /.nddockerenv
EXPOSE ${ND_PORT}
WORKDIR /app
ENV PATH="/app:${PATH}"
ENTRYPOINT ["/app/navidrome"]