changed dockerfile for hub-server, copied files for Hub and dispatch-server

This commit is contained in:
PxlLoewe
2025-05-27 01:07:04 -07:00
parent aeace37f9c
commit f54d3ab040
7 changed files with 384 additions and 23 deletions

View File

@@ -14,6 +14,8 @@ WORKDIR /usr/app
COPY . .
RUN ls -lh
RUN turbo prune dispatch-server --docker
FROM base AS installer
@@ -43,6 +45,6 @@ USER nextjs
COPY --from=installer --chown=nextjs:nodejs /usr/app/ ./
# Expose the application port
EXPOSE 3002
EXPOSE 3003
CMD ["pnpm", "--dir", "apps/dispatch-server", "run", "start"]