kopia lustrzana https://github.com/mate-dev/mmrelaynode
Edit file copying in dockerfile
rodzic
b639a6e9ed
commit
b6dee90697
|
@ -6,8 +6,8 @@ RUN ln -s /home/mesh/.local/bin/meshtastic /bin/meshtastic
|
|||
USER mesh
|
||||
COPY --chown=mesh:mesh meshtastic-matrix-relay /home/mesh/app
|
||||
COPY --chown=mesh:mesh --chmod=744 wait-for-it.sh /home/mesh/.local/bin/wait-for-it.sh
|
||||
COPY --chown=mesh:mesh conf_wrapper.py /home/mesh/app/
|
||||
COPY --chown=mesh:mesh command_wrapper.py /home/mesh/app/
|
||||
WORKDIR /home/mesh/app
|
||||
COPY conf_wrapper.py .
|
||||
COPY command_wrapper.py .
|
||||
RUN pip install -qq -r /home/mesh/app/requirements.txt --no-cache-dir
|
||||
RUN echo "export PATH=/home/mesh/.local/bin:\$PATH" >> /home/mesh/.bashrc
|
Ładowanie…
Reference in New Issue