Skip to content

Commit fc0b8f1

Browse files
author
matthias_schaub
committed
Remove no-cache option
1 parent 26d038d commit fc0b8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
dest: $HOME/python-mapswipe-workers
1010
version: dev
1111
- name: Rebuild Docker container.
12-
command: docker-compose build --no-cache postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
12+
command: docker-compose build postgres firebase_deploy mapswipe_workers manager_dashboard nginx api
1313
args:
1414
chdir: $HOME/python-mapswipe-workers
1515
- name: Restart Docker container.

0 commit comments

Comments
 (0)