Cache: Add cache-control headers with revalidation to ensure checksum consistency #9

Merged
Bart van der Braak merged 2 commits from cache-revalidation into main 2024-07-25 16:01:33 +02:00
Showing only changes of commit 02896cb071 - Show all commits

View File

@ -18,7 +18,8 @@ To run the website using Docker, follow these steps:
Use the provided `Dockerfile` and `docker-compose.yml` to build and start the containers. Execute the following command:
```sh
docker compose up
docker compose up --build
# --build makes sure to rebuild the image in case there were changes to the Dockerfile
```
Once the containers are up and running, you can access the website on port `8080`: