fix: Fix Dockerfile for correct url response

This commit is contained in:
Илья Куприец 2025-05-20 17:27:39 +03:00
parent 8a443882b5
commit 0fac04be0d

View File

@ -34,4 +34,5 @@ COPY --from=builder /app/refine/dist ./
USER refine
CMD ["serve"]
CMD ["serve", "-s", ".", "-l", "3000"]