Skip to content

Commit 86ad9a7

Browse files
committed
build: add dockerfile
1 parent 3c875eb commit 86ad9a7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Dockerfile.derper

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM alpine:latest
2+
ARG TARGETOS
3+
ARG TARGETARCH
4+
5+
COPY /build/output/derper_${TARGETOS}_${TARGETARCH} /usr/bin/derper
6+
RUN chmod +x /usr/bin/derper
7+
8+
WORKDIR /data
9+
10+
ENTRYPOINT [ "/usr/bin/derper" ]

0 commit comments

Comments
 (0)