fix proxy issue

This commit is contained in:
2025-04-21 12:17:57 -07:00
parent f1af80afaf
commit aca5d53bd1
2 changed files with 4 additions and 4 deletions

View File

@@ -45,4 +45,4 @@ COPY --from=builder /app/dist ./dist
EXPOSE 3000
# Deployment command
CMD ["http-server", "dist", "-a", "127.0.0.1", "-p", "3000"]
CMD ["http-server", "dist", "-a", "0.0.0.0", "-p", "3000"]