added checkout to dockerfile

This commit is contained in:
John Yeo
2026-02-08 15:30:23 -08:00
parent 31a5349620
commit 0b9619990a

View File

@@ -10,6 +10,7 @@ COPY server/package.json ./server/package.json
COPY shared/package.json ./shared/package.json
COPY vite/package.json ./vite/package.json
COPY scripts/package.json ./scripts/package.json
COPY apps/checkout/package.json ./apps/checkout/package.json
# Install dependencies
RUN bun install --ignore-scripts