bpb-website/update.json
chris 72e9de96e4 feat: Containerize application with Docker and improve admin error handling
This commit introduces Docker support for the application to ensure a consistent
and reproducible environment across different deployment targets.

- Added  for building a Docker image of the application.
- Added  to exclude unnecessary files from the Docker image.
- Improved error handling in  to provide more descriptive messages
  when the server returns an unexpected response, aiding in debugging.
- Included  changes, likely from local testing.
2025-11-13 11:31:58 -05:00

7 lines
160 B
JSON

[
{
"message": "test",
"isClosed": false,
"closedMessage": "We are temporarily closed. Please check back later for updates."
}
]