view service/rfid_pn532/Dockerfile.graphserver.pi @ 507:f3c1d2e7c5df

add missing files for the record Ignore-this: 8541c95ef1644cf85b311259602d2892
author drewp@bigasterisk.com
date Sun, 21 Apr 2019 03:28:21 -0700
parents
children
line wrap: on
line source

FROM bang6:5000/base_pi

WORKDIR /opt

COPY requirements.txt ./
RUN pip install -r requirements.txt

COPY *.py *.html *.css *.js ./

EXPOSE 10012:10012

CMD [ "python", "./graphserver.py" ]