We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a0601 commit 21861d5Copy full SHA for 21861d5
Dockerfile
@@ -24,3 +24,10 @@ RUN apk -U add --virtual .build_deps \
24
apk del .build_deps && \
25
rm -Rf /var/cache/apk/* && \
26
rm -Rf $GOPATH
27
+
28
29
+FROM alpine:3.6
30
31
+RUN mkdir -p /var/operable/relay
32
+COPY --from=0 /usr/local/bin/relay /usr/local/bin
33
+COPY --from=0 /usr/local/etc/relay.conf /usr/local/etc/relay.conf
0 commit comments