We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6d3cb commit ebf6a1eCopy full SHA for ebf6a1e
Dockerfile
@@ -86,9 +86,6 @@ RUN echo "${BIOME_HASH} biome" > biome.sha256 && \
86
mv biome /usr/bin/ && \
87
chmod +x /usr/bin/biome
88
89
-# openapi-codegen
90
-COPY --from=openapi-codegen-builder /app/target/${RUST_TARGET}/release/openapi-codegen /usr/bin/
91
-
92
# Ruby
93
COPY --from=rubyfmt-builder /app/target/release/rubyfmt-main /usr/bin/rubyfmt
94
@@ -117,3 +114,6 @@ RUN apk add --no-cache binutils && \
117
114
rm -rf /root/.rustup/toolchains/nightly-*/share && \
118
115
strip /root/.rustup/toolchains/nightly-*/lib/librustc_driver-*.so && \
119
116
apk del binutils
+
+# openapi-codegen
+COPY --from=openapi-codegen-builder /app/target/${RUST_TARGET}/release/openapi-codegen /usr/bin/
0 commit comments