Cache: Add cache-control
headers with revalidation to ensure checksum consistency
#9
@ -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:
|
Use the provided `Dockerfile` and `docker-compose.yml` to build and start the containers. Execute the following command:
|
||||||
```sh
|
```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`:
|
Once the containers are up and running, you can access the website on port `8080`:
|
||||||
|
Loading…
Reference in New Issue
Block a user