FROM python:3.11-slim

RUN pip install edwh_migrate

RUN mkdir /flags
WORKDIR /app

CMD migrate
