Remove extraneous character from CMD instruction in Dockerfile to
ensure proper execution of the start script. This change fixes
the command syntax and improves the reliability of the Docker
container startup process.
Change the base URL from localhost to the production URL.
Implement a check for the build environment to use mock data
for generating the sitemap during the build process.
This ensures that sitemap is correctly populated
with project routes even when the API is not available.