This commit is contained in:
parent
529885d9d4
commit
a3f49f2a2f
@ -1,9 +1,8 @@
|
|||||||
FROM docker.io/oven/bun:1.1-slim
|
FROM docker.io/oven/bun:1.1-slim
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
COPY package.json bun.lockb .
|
COPY package.json bun.lockb .
|
||||||
RUN bun install
|
|
||||||
COPY prisma/ prisma/
|
COPY prisma/ prisma/
|
||||||
RUN bunx prisma generate
|
RUN bun install && bunx prisma generate
|
||||||
COPY api/ api/
|
COPY api/ api/
|
||||||
COPY index.ts .
|
COPY index.ts .
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
Loading…
Reference in New Issue
Block a user