FROM python:3.5.9-alpine LABEL author "Jonathan M. Wilbur " COPY . /srv WORKDIR /srv CMD [ "python", "/srv/source/demo.py" ]