moth/Dockerfile.moth-compile

8 lines
123 B
Docker

FROM alpine
RUN apk --no-cache add python3 py3-pillow
COPY . /moth/
ENTRYPOINT ["python3", "/moth/tools/mothballer.py"]