burgeramt-appointments-webs.../Dockerfile

5 lines
119 B
Docker

FROM python:3.10-slim
COPY . /var/appointments
RUN pip install -e /var/appointments
CMD /usr/local/bin/appointments -q