Rebase to python3.7.2-alpine3.8

Changed loggig level to info (20)
hardcoded requirements versions, just in case
This commit is contained in:
Evan Richardson
2019-01-03 12:20:12 -08:00
parent f4766c05e6
commit b710820b7e
4 changed files with 6 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
FROM python:3.7.0-alpine3.8 FROM python:3.7.2-alpine3.8
LABEL maintainer="Evan Richardson" LABEL maintainer="Evan Richardson"
LABEL version="1.1" LABEL version="1.2"
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app

View File

@@ -1,4 +1,4 @@
astral astral==1.6.1
paho-mqtt paho-mqtt==1.4.0
bottle bottle==0.12.13

View File

@@ -29,5 +29,5 @@ mqttRateLabel = 'power/elec/Home/ratelabel'
# #
#=========================================================================== #===========================================================================
logFile = '/var/log/tHome/eagle.log' logFile = '/var/log/tHome/eagle.log'
logLevel = 40 logLevel = 20

View File

@@ -1,4 +0,0 @@
pip install astral
pip install paho-mqtt