se quita frozen

This commit is contained in:
2026-01-12 07:41:58 -06:00
parent 3e7d3385ec
commit 7fe4d8ace4

View File

@@ -1,7 +1,7 @@
FROM oven/bun:1 AS build
WORKDIR /app
COPY . .
RUN bun install --frozen-lockfile
RUN bun install
RUN bunx --bun vite build
FROM nginx:alpine