update docker files
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ COPY package*.json bun.lock ./
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
RUN bun run build
|
||||
RUN bun run bun:build
|
||||
|
||||
# only prod dependencies
|
||||
RUN bun prune --omit=dev
|
||||
|
||||
Reference in New Issue
Block a user