Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 38529ae

Browse files
committed
fix: dockerfile
1 parent 52e616a commit 38529ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN pnpm install --frozen-lockfile --recursive --offline --ignore-scripts
1515

1616
RUN pnpm -C apps/front build
1717

18-
RUN pnpm --filter="@ln-markets/umbrel-api" --prod --no-optional deploy /tmp
18+
RUN pnpm --filter="@ln-markets/umbrel-api" --prod --no-optional deploy /build
1919

2020
FROM node:18.16.1-alpine
2121

@@ -25,7 +25,7 @@ WORKDIR /home/lnmarkets
2525

2626
RUN apk add dumb-init
2727

28-
COPY --chown=node:node --from=builder /tmp /home/lnmarkets
28+
COPY --chown=node:node --from=builder /build /home/lnmarkets
2929
COPY --chown=node:node --from=builder /home/lnmarkets/apps/front/dist /home/lnmarkets/public
3030

3131
USER node

0 commit comments

Comments
 (0)