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.
2 parents f433493 + 318acc2 commit dca29f7Copy full SHA for dca29f7
1 file changed
Dockerfile
@@ -20,10 +20,7 @@ ENV PATH=/root/.cargo/bin:$PATH
20
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
21
RUN cargo install resvg
22
23
-# copy node_modules from temp directory
24
-# then copy all (non-ignored) project files into the image
25
-# will switch to alpine again when it works
26
-FROM oven/bun:1.2.4-slim AS prerelease
+FROM base AS prerelease
27
WORKDIR /app
28
COPY --from=install /temp/dev/node_modules node_modules
29
COPY . .
0 commit comments