Gatecounter service added Gatecounter db now initialized by the gatecounter itself courtesy of SQLAlchemy
5 lines
154 B
Docker
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" ]
|