try to recreate changed image without manual command
parent
8876d7eb46
commit
2a22b19934
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue