Ian Fijolek
f9f00951a7
Some checks reported errors
continuous-integration/drone/push Build was killed
8 lines
152 B
Docker
8 lines
152 B
Docker
FROM scratch
|
|
|
|
ARG TARGETOS
|
|
ARG TARGETARCH
|
|
COPY ./dist/resticscheduler-$TARGETOS-$TARGETARCH /bin/resticscheduler
|
|
|
|
ENTRYPOINT [ "/bin/resticscheduler" ]
|