mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
9 lines
126 B
Docker
9 lines
126 B
Docker
FROM scratch
|
|
ARG ARCH=linux/amd64
|
|
|
|
COPY $ARCH/chhoto-url /chhoto-url
|
|
COPY ./resources /resources
|
|
|
|
ENTRYPOINT ["/chhoto-url"]
|
|
|