mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-11-16 03:41:26 +00:00
Merge pull request #239 from C4illin/remove-slim
build: remove slim for tailwind
This commit is contained in:
@@ -20,10 +20,7 @@ ENV PATH=/root/.cargo/bin:$PATH
|
|||||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
RUN cargo install resvg
|
RUN cargo install resvg
|
||||||
|
|
||||||
# copy node_modules from temp directory
|
FROM base AS prerelease
|
||||||
# then copy all (non-ignored) project files into the image
|
|
||||||
# will switch to alpine again when it works
|
|
||||||
FROM oven/bun:1.2.4-slim AS prerelease
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=install /temp/dev/node_modules node_modules
|
COPY --from=install /temp/dev/node_modules node_modules
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user