1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2025-04-26 19:16:52 -05:00
chhoto-url/Dockerfile

8 lines
126 B
Docker

FROM scratch
ARG ARCH=linux/amd64
COPY $ARCH/chhoto-url /chhoto-url
COPY ./resources /resources
ENTRYPOINT ["/chhoto-url"]