Resolve container build errors
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ FROM oven/bun:1-alpine AS builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json bun.lockb* ./
|
||||
RUN bun install --frozen-lockfile
|
||||
RUN bun install
|
||||
|
||||
COPY . .
|
||||
ARG VITE_API_BASE_URL=http://localhost:5000/api/v1
|
||||
|
||||
Reference in New Issue
Block a user