This commit introduces a `docker-compose.yml` file to simplify the process of building, running, and managing the application. - Defines the `bpb-website` service with build context, port mapping, and environment variables. - Mounts a volume for `update.json` to ensure data persistence across container restarts. - Sets `restart: always` to ensure the service is automatically restarted if it goes down.
bpb-website
Description
Languages
JavaScript
41.4%
HTML
32.6%
Shell
18.2%
CSS
6.8%
Python
0.5%
Other
0.5%