diff --git a/app/Dockerfile b/app/Dockerfile index c053552..2f1c91b 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -7,8 +7,3 @@ COPY --chown=mesh:mesh meshtastic-matrix-relay /home/mesh/app WORKDIR /home/mesh/app 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 -COPY --chown=mesh:mesh config.yaml . -#ENTRYPOINT ["sh", "-c", "sleep 30 && python3 main.py"] - - -