1 2 3 4 5 6
FROM python:3-alpine ADD DMaaP.py httpServerLib.py / COPY certs/* /certs/ CMD [ "python", "./DMaaP.py" ]