diff --git a/server/Dockerfile b/server/Dockerfile index 9a1c62c9..da55f5d5 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1.3.4 AS deps +FROM oven/bun:1.3.5 AS deps WORKDIR /home/bun/app @@ -16,13 +16,12 @@ COPY cli ./cli COPY server ./server COPY web ./web -RUN bun add --no-save react-devtools-core@6.1.2 \ - && bun run build:single-exe \ +RUN bun run build:single-exe \ && mkdir -p /out \ && cp cli/dist-exe/bun-linux-*/hapi /out/hapi -FROM oven/bun:1.3.4-slim AS runtime +FROM oven/bun:1.3.5-slim AS runtime WORKDIR /home/bun/app