Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 26, 2024
1 parent e45846c commit b487b3e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,7 @@ RUN pnpm run build
# backend build stage
#########################################################################

FROM debian:bookworm-slim AS be-build

RUN set -eu \
&& apt-get update -y \
&& apt-get --no-install-recommends -y install npm make cmake build-essential \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
FROM node:18.19.1-buster-slim AS be-build

COPY --from=base packages/umbreld /tmp/umbreld
COPY --from=ui-build /app/dist /tmp/umbreld/ui
Expand Down

0 comments on commit b487b3e

Please sign in to comment.