mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 02:47: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
|
RUN bun install --frozen-lockfile
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build
|
RUN bun run build
|
||||||
|
|
||||||
# Stage 2: Serve the built files with Nginx
|
# Stage 2: Serve the built files with Nginx
|
||||||
FROM nginx:latest
|
FROM nginx:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user