FROM python:3.9 WORKDIR /app ADD . /app RUN pip install -r requirements.txt CMD ["python", "-m", "sociolome.lome_webserver", "0.0.0.0"]