fix frontend redirection

This commit is contained in:
root
2026-05-17 00:59:59 -04:00
parent be98e3e65d
commit f52e53519c
7 changed files with 32 additions and 48 deletions
+1 -1
View File
@@ -39,6 +39,6 @@ COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/apps ./apps
COPY --from=builder /app/packages ./packages
EXPOSE 3000 3001 3002 3003 4000
EXPOSE 3000 4000
CMD ["npm", "run", "start", "--workspace", "@rentaldrivego/api"]