Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Nov 19, 2023
1 parent a3af09d commit 29db2d7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 894 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN --mount=type=cache,id=pnpm-store,target=/app/.pnpm-store \
pnpm -r i

COPY . ./
RUN pnpm -r -F ~web... -F ~dumili... run build
RUN pnpm -r -F ~web... -F ~api... -F ~dumili... -F ~dumili-api run build

FROM nginx AS web
LABEL org.opencontainers.image.authors="Bruno Perel"
Expand Down
Loading

0 comments on commit 29db2d7

Please sign in to comment.