Skip to content

Commit

Permalink
Rev pypowerwall version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Dec 17, 2023
1 parent 533707f commit 77e7ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-alpine
WORKDIR /app
RUN pip3 install pypowerwall==0.6.2 bs4
RUN pip3 install pypowerwall==0.6.4 bs4
COPY . .
CMD ["python3", "server.py"]
EXPOSE 8675

0 comments on commit 77e7ef1

Please sign in to comment.