FROM python:3.10 MAINTAINER "Jan Losinski " ADD . /service RUN pip install -r /service/requirements.txt WORKDIR /service CMD ./booking_service.py