1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-12-25 23:28:37 -06: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"]