mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Refactor Dockerfile path in integrations.md
This commit is contained in:
parent
e723912588
commit
f180404c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 :
|
||||
|
|
|
|||
Loading…
Reference in a new issue