kopia lustrzana https://github.com/mate-dev/mmrelaynode
Create volume
rodzic
cc6587ee08
commit
f1766bc4fd
|
@ -6,11 +6,13 @@ RUN pip install --upgrade pip -qq
|
||||||
|
|
||||||
USER mesh
|
USER mesh
|
||||||
|
|
||||||
RUN mkdir /home/mesh/app
|
VOLUME /home/mesh
|
||||||
|
|
||||||
COPY ./meshtastic-matrix-relay /home/mesh/app
|
COPY ./meshtastic-matrix-relay /home/mesh/app
|
||||||
COPY ./config.yaml /home/mesh/app/config.yaml
|
COPY ./config.yaml /home/mesh/app/config.yaml
|
||||||
|
|
||||||
RUN pip install -qq -r /home/mesh/app/requirements.txt
|
RUN pip install -qq -r /home/mesh/app/requirements.txt
|
||||||
|
|
||||||
|
RUN cp -r /home/mesh /mnt
|
||||||
|
|
||||||
WORKDIR /home/mesh
|
WORKDIR /home/mesh
|
||||||
|
|
Ładowanie…
Reference in New Issue