https://pantsbuild.org/ logo
s

stale-nightfall-29801

10/27/2021, 11:28 AM
Dockerfile:
Copy code
ARG PY_VERSION=3.9
ARG VERSION=${PY_VERSION}-slim-buster

FROM python:${VERSION}
ENTRYPOINT [ "/bin/server" ]
COPY server.pex /bin/server