mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 10:56:35 +00:00
Update Dockerfile to support multi-platform builds and enhance project rules for source code organization.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM oven/bun:1-alpine AS build
|
||||
FROM --platform=$BUILDPLATFORM oven/bun:1-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY package.json bun.lock* ./
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user