Files
ascii-image-converter/Dockerfile
T

10 lines
165 B
Docker
Raw Normal View History

2022-12-22 23:01:09 -07:00
FROM golang:1.19.1
RUN go install github.com/TheZoraiz/ascii-image-converter@v1.11.0
VOLUME ["/data"]
WORKDIR /data
ENTRYPOINT ["/go/bin/ascii-image-converter"]