Initial Commit

This commit is contained in:
2022-12-22 23:01:09 -07:00
commit 6f9dcd6f0c
6 changed files with 33 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
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"]