Skip to content

Commit

Permalink
Merge branch 'main' into teslacloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox authored Dec 22, 2023
2 parents b87af65 + cd16009 commit f52dc37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.10-alpine
WORKDIR /app
RUN pip3 install pypowerwall bs4
RUN pip3 install pypowerwall==0.6.4 bs4
COPY . .
CMD ["python3", "server.py"]
EXPOSE 8675

0 comments on commit f52dc37

Please sign in to comment.