vue tsc build only
This commit is contained in:
@@ -5,7 +5,7 @@ COPY front/package.json front/bun.lock ./
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
COPY front/ .
|
||||
RUN bun run build
|
||||
RUN bun run build-only
|
||||
|
||||
FROM nginx:alpine
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
|
||||
Reference in New Issue
Block a user