Changed copy to template

This commit is contained in:
Kevin Veen-Birkenbach 2025-05-16 10:36:06 +02:00
parent 8ffb6a9cee
commit 4b56393264
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -11,7 +11,7 @@
http_port: "{{ ports.localhost.http[application_id] }}" http_port: "{{ ports.localhost.http[application_id] }}"
- name: "Transfer Dockerfile to {{ docker_compose.directories.instance }}" - name: "Transfer Dockerfile to {{ docker_compose.directories.instance }}"
copy: template:
src: Dockerfile.j2 src: Dockerfile.j2
dest: "{{ docker_compose.directories.instance }}Dockerfile" dest: "{{ docker_compose.directories.instance }}Dockerfile"
notify: docker compose project build and setup notify: docker compose project build and setup