smaller image
This commit is contained in:
parent
c09f27b16f
commit
8850516693
@ -11,8 +11,6 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./backend ./
|
|||||||
RUN pnpm install --filter backend
|
RUN pnpm install --filter backend
|
||||||
RUN pnpm run build:backend
|
RUN pnpm run build:backend
|
||||||
|
|
||||||
COPY --from=builder /app/backend/dist ./backend/dist
|
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
CMD ["pnpm", "start:backend"]
|
CMD ["pnpm", "start:backend"]
|
Reference in New Issue
Block a user