Skip to content

Commit

Permalink
venv
Browse files Browse the repository at this point in the history
  • Loading branch information
lingawakad committed Dec 10, 2024
1 parent 46bbc15 commit f3a6c65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ ADD --chown=mmrelay:mmrelay https://github.com/geoffwhittington/meshtastic-matri
WORKDIR /opt/mmrelay
ENV PATH="/opt/mmrelay/bin:$PATH"

RUN python -m pip install --upgrade pip \
RUN python -m venv /opt/mmrelay \
&& python -m pip install --upgrade pip \
&& pip install -r requirements.txt

# deploy stage
Expand Down

0 comments on commit f3a6c65

Please sign in to comment.