# Use the official lightweight Python image.
# https://hub.docker.com/_/python
FROM python:3.11-slim

ENV PYTHONUNBUFFERED True

ENTRYPOINT ["/bin/gunicorn.pex"]
COPY src.python.job/gunicorn.pex /bin
COPY assets/ assets
