Skip to content

Commit

Permalink
Fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Delemangi committed Dec 16, 2023
1 parent 455cd2b commit 85f3638
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ WORKDIR /app
COPY --from=development /app/dist ./dist
COPY --from=development /app/prisma ./prisma
COPY --from=development /app/package.json ./
COPY --from=development /app/package-lock.json ./
COPY --from=development /app/start.sh ./

RUN npm i --production
RUN npm i
RUN npm prune --production

RUN apk update && apk add postgresql-client && apk cache clean

Expand Down

0 comments on commit 85f3638

Please sign in to comment.