mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
remove cache
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
5dca811a7d
commit
ae977e9440
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ deploy:
|
||||||
- export DOCKER_HOST="unix:///tmp/docker.sock"
|
- export DOCKER_HOST="unix:///tmp/docker.sock"
|
||||||
# Set secure login config for aurweb.
|
# Set secure login config for aurweb.
|
||||||
- sed -ri "s/^(disable_http_login).*$/\1 = 1/" conf/config.dev
|
- sed -ri "s/^(disable_http_login).*$/\1 = 1/" conf/config.dev
|
||||||
- docker-compose build
|
- docker-compose build --no-cache
|
||||||
- docker-compose -f docker-compose.yml -f docker-compose.aur-dev.yml down --remove-orphans
|
- docker-compose -f docker-compose.yml -f docker-compose.aur-dev.yml down --remove-orphans
|
||||||
- docker-compose -f docker-compose.yml -f docker-compose.aur-dev.yml up -d
|
- docker-compose -f docker-compose.yml -f docker-compose.aur-dev.yml up -d
|
||||||
- docker image prune -f
|
- docker image prune -f
|
||||||
|
|
Loading…
Add table
Reference in a new issue