aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-08-17 22:36:20 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-08-17 22:36:20 -0400
commit3ad2db886f8c002248249a69c205d05cea0a5cc2 (patch)
tree7730439d437ec4812286310a273d0eba579cd66d /README.md
parentac67c472f9f70cc60e749283a9a6fc32e5f65fe6 (diff)
parentd388c7757010156bd79d4c2fb3cc812c91a4683d (diff)
Merge branch 'next' into widget
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 998109e..408196b 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Download the latest alpine build package: [sb-alpine3.19-oci.tgz](https://www.va
This archive contains all the software needed to build the image locally. It also comes with a docker-compose.yaml file for easy setup and deployment. Here is the gist:
``` shell
tar -xzf sb-alpine3.19-oci.tgz
-docker build . -t vnuge/simple-bookmark
+docker-compose build
docker-compose up -d
```
_Of course there is more setup involved, so take a look at the docs for more info_