mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-06-12 20:06:49 +03:00
Fix Dockerfile path when self building Element Web container image
This commit is contained in:
committed by
Slavi Pantaleev
parent
fda7664a40
commit
36f3d4c4a5
@@ -63,7 +63,7 @@
|
||||
cmd: |-
|
||||
{{ devture_systemd_docker_base_host_command_docker }} buildx build
|
||||
--tag={{ matrix_client_element_container_image }}
|
||||
--file={{ matrix_client_element_container_src_files_path }}/Dockerfile
|
||||
--file={{ matrix_client_element_container_src_dockerfile_path }}
|
||||
{{ matrix_client_element_container_src_files_path }}
|
||||
changed_when: true
|
||||
when: matrix_client_element_container_image_self_build | bool
|
||||
|
||||
Reference in New Issue
Block a user