aboutsummaryrefslogtreecommitdiff
path: root/ci/container/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/container/docker-compose.yaml')
-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