mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-16 05:06:35 +00:00
fix: fix dockerfiles
This commit is contained in:
@@ -4,7 +4,7 @@ FROM oven/bun:1.2.12-alpine AS frontend-builder
|
|||||||
WORKDIR /frontend
|
WORKDIR /frontend
|
||||||
|
|
||||||
COPY ./frontend/package.json ./
|
COPY ./frontend/package.json ./
|
||||||
COPY ./frontend/bun.lockb ./
|
COPY ./frontend/bun.lock ./
|
||||||
|
|
||||||
RUN bun install
|
RUN bun install
|
||||||
|
|
||||||
@@ -16,7 +16,6 @@ COPY ./frontend/tsconfig.json ./
|
|||||||
COPY ./frontend/tsconfig.app.json ./
|
COPY ./frontend/tsconfig.app.json ./
|
||||||
COPY ./frontend/tsconfig.node.json ./
|
COPY ./frontend/tsconfig.node.json ./
|
||||||
COPY ./frontend/vite.config.ts ./
|
COPY ./frontend/vite.config.ts ./
|
||||||
COPY ./frontend/postcss.config.cjs ./
|
|
||||||
|
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user