mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 22:07:10 +00:00
build(frontend): fix
This commit is contained in:
@@ -7,7 +7,7 @@ COPY package.json bun.lock ./
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
RUN bun run build
|
||||
|
||||
# Stage 2: Serve the built files with Nginx
|
||||
FROM nginx:latest
|
||||
|
||||
Reference in New Issue
Block a user