We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c875eb commit 86ad9a7Copy full SHA for 86ad9a7
1 file changed
Dockerfile.derper
@@ -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