[1/8] FROM docker.io/oven/bun:1
[2/8] WORKDIR /app
[3/8] COPY package.json bun.lock* ./
[4/8] RUN bun install --frozen-lockfile
| 586 packages installed [1.55s]
[5/8] COPY apps/web/ apps/web/
[6/8] RUN cd apps/web && bun run build
| build dist/index.html 12.4 KB
| build dist/assets/app.js 148 KB
[7/8] COPY apps/api/ apps/api/
[8/8] EXPOSE 3000
| exporting layers
| writing image sha256:a3df452e...
✓ Build complete in 8.2s
✓ Container started on port 3000
[1/8] FROM docker.io/oven/bun:1
[2/8] WORKDIR /app
[3/8] COPY package.json bun.lock* ./
[4/8] RUN bun install --frozen-lockfile
| 586 packages installed [1.55s]
[5/8] COPY apps/web/ apps/web/
[6/8] RUN cd apps/web && bun run build
| build dist/index.html 12.4 KB
| build dist/assets/app.js 148 KB
[7/8] COPY apps/api/ apps/api/
[8/8] EXPOSE 3000
| exporting layers
| writing image sha256:a3df452e...
✓ Build complete in 8.2s
✓ Container started on port 3000