enh
This commit is contained in:
parent
8f48ec39c2
commit
f2763b0597
1 changed files with 4 additions and 1 deletions
|
|
@ -43,5 +43,8 @@ COPY --from=builder /app/apps/backend/dist ./apps/backend/dist
|
|||
COPY --from=builder /app/apps/fallback-ui/dist ./apps/fallback-ui/dist
|
||||
COPY --from=builder /app/packages/shared ./packages/shared
|
||||
|
||||
# RUN ls -R
|
||||
RUN find . -path "./node_modules" -prune -o -print
|
||||
|
||||
EXPOSE 4000
|
||||
CMD ["bun", "apps/backend/dist/index.js"]
|
||||
CMD ["bun", "apps/backend/dist/apps/backend/index.js"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue