kopia lustrzana https://github.com/meshtastic/firmware
Ensure data directory ownership is with mesh user (#4097)
rodzic
39c9f92c6e
commit
1a5227c826
|
@ -48,6 +48,7 @@ USER mesh
|
|||
WORKDIR /home/mesh
|
||||
COPY --from=builder /tmp/firmware/release/meshtasticd /home/mesh/
|
||||
|
||||
RUN mkdir data
|
||||
VOLUME /home/mesh/data
|
||||
|
||||
CMD [ "sh", "-cx", "./meshtasticd -d /home/mesh/data --hwid=${HWID:-$RANDOM}" ]
|
||||
|
|
Ładowanie…
Reference in New Issue