chore(docker): add app directory to PATH in Dockerfile
This commit is contained in:
parent
2307a64da7
commit
2b9f326993
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ RUN touch /.nddockerenv
|
||||||
|
|
||||||
EXPOSE ${ND_PORT}
|
EXPOSE ${ND_PORT}
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
ENV PATH="/app:${PATH}"
|
||||||
|
|
||||||
ENTRYPOINT ["/app/navidrome"]
|
ENTRYPOINT ["/app/navidrome"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue