forked from mirrors/relay
Version v0.1.0-r106
This commit is contained in:
parent
d32f1370a5
commit
96b526e87e
3 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ RUN \
|
|||
adduser -D -G relay -u $UID -g "" -h /opt/relay relay && \
|
||||
chown -R relay:relay /opt/relay
|
||||
|
||||
COPY --from=build /relay /usr/bin/relay
|
||||
COPY --from=amd64-builder /opt/build/repo/target/$TARGET/release/$BINARY /usr/bin/$BINARY
|
||||
|
||||
EXPOSE 8080
|
||||
WORKDIR /opt/relay
|
||||
|
|
|
@ -63,7 +63,7 @@ RUN \
|
|||
adduser -D -G relay -u $UID -g "" -h /opt/relay relay && \
|
||||
chown -R relay:relay /opt/relay
|
||||
|
||||
COPY --from=build /relay /usr/bin/relay
|
||||
COPY --from=arm32v7-builder /opt/build/repo/target/$TARGET/release/$BINARY /usr/bin/$BINARY
|
||||
|
||||
EXPOSE 8080
|
||||
WORKDIR /opt/relay
|
||||
|
|
|
@ -63,7 +63,7 @@ RUN \
|
|||
adduser -D -G relay -u $UID -g "" -h /opt/relay relay && \
|
||||
chown -R relay:relay /opt/relay
|
||||
|
||||
COPY --from=build /relay /usr/bin/relay
|
||||
COPY --from=aarch64-builder /opt/build/repo/target/$TARGET/release/$BINARY /usr/bin/$BINARY
|
||||
|
||||
EXPOSE 8080
|
||||
WORKDIR /opt/relay
|
||||
|
|
Loading…
Reference in a new issue