Finish full migration to Drizzle

This commit is contained in:
Jesse Wierzbinski 2024-04-13 15:26:19 -10:00
parent 0ca77e9dcc
commit b1ee6e5684
No known key found for this signature in database
7 changed files with 5 additions and 43 deletions

View file

@ -21,9 +21,7 @@ COPY . /temp
COPY --from=install /temp/node_modules /temp/node_modules
# Build the project
WORKDIR /temp
RUN bunx --bun prisma generate
RUN bun run prod-build
COPY prisma /temp/dist
WORKDIR /temp/dist
# copy production dependencies and source code into final image