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