Fix logo image downlaod

This commit is contained in:
mplorentz
2026-02-27 15:00:47 -05:00
parent 5abbd48fec
commit c13b7858fc
+1 -4
View File
@@ -2,10 +2,7 @@
# Uses .env from build context for config (logo, branding, etc.)
# Optional: docker build --build-arg VITE_BUILD_HASH=$(git rev-parse --short HEAD) -t flotilla .
FROM node:20-slim AS builder
RUN apt-get update && apt-get install -y --no-install-recommends curl \
&& rm -rf /var/lib/apt/lists/*
FROM node:20-bookworm AS builder
RUN npm install -g pnpm@latest