aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-07-24 18:25:07 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-07-24 18:25:07 -0400
commitf0d91ad12e3a01118357b0cbf2aabbcd7464028f (patch)
treefd53c170a8f454678b5a4cee827bc259e544c119 /ci
parent32ec903006813469e48824c6b20d33df0fc518ba (diff)
chore: package updates & compose build
Diffstat (limited to 'ci')
-rw-r--r--ci/container/docker-compose.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/container/docker-compose.yaml b/ci/container/docker-compose.yaml
index eb7df29..65eebdc 100644
--- a/ci/container/docker-compose.yaml
+++ b/ci/container/docker-compose.yaml
@@ -5,6 +5,9 @@ version: '3.6'
services:
simple-bookmark:
+ build: #builds in the current directory
+ context: .
+
image: vnuge/simple-bookmark
container_name: simple-bookmark
restart: unless-stopped