From 2a22b19934ac7dfb9fa595ea9f18197d3727d344 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Wed, 24 Jul 2019 13:58:46 +0200 Subject: [PATCH] try to recreate changed image without manual command --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8ddd299..9a8d60b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ pipeline: - git clone https://git.fsfe.org/pmpc/website.git /tmp/pmpc-build && cd /tmp/pmpc-build/ && cp /tmp/signatures/signatures.json site/data/signatures/signatures.json && docker build -t pmpc . # Run docker compose - - docker-compose up -d + - docker-compose up -d --build volumes: - /var/run/docker.sock:/var/run/docker.sock - /srv/forms/pmpc:/tmp/signatures:ro