fix(frontend): not building
This commit is contained in:
@@ -5,13 +5,9 @@ ENV COLORTERM=truecolor
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json bun.lock* ./
|
||||
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN bun --bun svelte-kit sync
|
||||
RUN bun i
|
||||
RUN bun --bun run build
|
||||
|
||||
ENTRYPOINT ["bun"]
|
||||
|
||||
Reference in New Issue
Block a user