Refactor Dockerfile path in integrations.md

This commit is contained in:
Théophile Diot 2024-09-23 11:18:33 +02:00
parent e723912588
commit f180404c8d
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -53,7 +53,7 @@ So, whether you choose to use the ready-to-use prebuilt images or embark on the
```shell
git clone https://github.com/bunkerity/bunkerweb.git && \
cd bunkerweb && \
docker build -t my-bunkerweb -f src/bunkerweb/Dockerfile .
docker build -t my-bunkerweb -f src/bw/Dockerfile .
```
Docker integration key concepts are :