mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
refactor(docker): split browser image into per-core prebuilt variants
Replace the single browser image (which required local build) with three prebuilt images: browser-chromium, browser-firefox, and browser (both). Each is exposed as a separate Docker Compose profile so users can simply `docker compose --profile browser-chromium up -d` without any local build step, significantly reducing install time.
This commit is contained in:
@@ -17,8 +17,7 @@ RUN cd apps/browser && bun run build
|
||||
|
||||
FROM ubuntu:noble
|
||||
|
||||
ARG BROWSER_CORES=chromium,firefox
|
||||
ENV BROWSER_CORES=$BROWSER_CORES
|
||||
ENV BROWSER_CORES=chromium,firefox
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user