Files
GateCounter-Dashboard/Dockerfile
Brennen Raimer fa48b3357e PIRgate now logs immediately for better visualization in Grafana
Gatecounter service added
Gatecounter db now initialized by the gatecounter itself courtesy of SQLAlchemy
2019-11-03 13:49:46 -05:00

5 lines
154 B
Docker

FROM python:3
WORKDIR /usr/src/app
RUN pip install --no-cache-dir sqlalchemy RPi.GPIO mysqlclient Adafruit-MCP3008 Adafruit-GPIO
ENTRYPOINT [ "python3" ]