1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-08 21:11:06 -07:00
moth/Dockerfile.moth-compile

8 lines
123 B
Text
Raw Normal View History

FROM alpine
RUN apk --no-cache add python3 py3-pillow
2018-05-11 17:00:55 -06:00
COPY . /moth/
2018-05-11 17:00:55 -06:00
ENTRYPOINT ["python3", "/moth/tools/mothballer.py"]