Skip to content

Commit

Permalink
Use --link
Browse files Browse the repository at this point in the history
  • Loading branch information
wmitsuda committed Oct 4, 2023
1 parent 84d5a72 commit 63a6a33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ RUN set -ex \
done \
&& rm -rf /tmp/packages
RUN apk update && apk add jq
COPY --from=chainsbuilder /chains /usr/share/nginx/html/chains/
COPY --from=topic0builder /topic0 /usr/share/nginx/html/topic0/
COPY --from=fourbytesbuilder /signatures /usr/share/nginx/html/signatures/
COPY --from=logobuilder /assets /usr/share/nginx/html/assets/
COPY --link --from=chainsbuilder /chains /usr/share/nginx/html/chains/
COPY --link --from=topic0builder /topic0 /usr/share/nginx/html/topic0/
COPY --link --from=fourbytesbuilder /signatures /usr/share/nginx/html/signatures/
COPY --link --from=logobuilder /assets /usr/share/nginx/html/assets/
COPY nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
COPY nginx/nginx.conf /etc/nginx/nginx.conf
WORKDIR /

0 comments on commit 63a6a33

Please sign in to comment.