Solved application_id overwritting bug

This commit is contained in:
2025-07-25 22:15:09 +02:00
parent 9f61b4e50b
commit 996244b672
4 changed files with 8 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
dest: "{{ item.target }}"
mode: '0755'
loop:
- { source: "server.js.j2", target: "{{ simpleicons_host_server_file }}" }
- { source: "server.js.j2", target: "{{ simpleicons_host_server_file }}" }
- { source: "package.json.j2", target: "{{ simpleicons_host_package_file }}" }
notify:
- docker compose up