Skip to content

Commit dd55f81

Browse files
committed
Fix composer.json location to webapp/
1 parent fbda0f9 commit dd55f81

File tree

1 file changed

+1
-1
lines changed
  • provision-contest/ansible/roles/domjudge_build/handlers

1 file changed

+1
-1
lines changed

provision-contest/ansible/roles/domjudge_build/handlers/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- name: Fix composer autoload
66
command:
77
cmd: composer dump-autoload -o
8-
chdir: "{{ DJ_DIR }}"
8+
chdir: "{{ DJ_DIR }}/webapp"
99

1010
- name: Restart rsyslog
1111
service:

0 commit comments

Comments
 (0)