Initial version.
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:alpine
|
||||
|
||||
RUN apk add --no-cache py3-pip py3-mysqlclient
|
||||
# requests needed for the weatherlink_live driver
|
||||
RUN python3 -m pip install requests weewx
|
||||
|
||||
ENTRYPOINT ["weewxd"]
|
||||
Reference in New Issue
Block a user