Skip to content

Commit dca29f7

Browse files
authored
Merge pull request #239 from C4illin/remove-slim
build: remove slim for tailwind
2 parents f433493 + 318acc2 commit dca29f7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ ENV PATH=/root/.cargo/bin:$PATH
2020
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2121
RUN cargo install resvg
2222

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
23+
FROM base AS prerelease
2724
WORKDIR /app
2825
COPY --from=install /temp/dev/node_modules node_modules
2926
COPY . .

0 commit comments

Comments
 (0)