Skip to content

Commit

Permalink
fix dockerfile for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jblance authored May 20, 2024
1 parent b1406ac commit 7d27e87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM python:slim

RUN pip install mppsolar
# RUN pip install mppsolar
COPY . /mpp-solar/
RUN pip install /mpp-solar/

0 comments on commit 7d27e87

Please sign in to comment.