From 3ec9b67592f67e2e85722d69549ec41994cd2b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolf=20H=C3=A5vard=20Blindheim?= Date: Fri, 20 Sep 2024 09:46:09 +0200 Subject: [PATCH] add: debug container --- .github/workflows/elixir.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/elixir.yaml b/.github/workflows/elixir.yaml index fef5eb6..dbec4ce 100644 --- a/.github/workflows/elixir.yaml +++ b/.github/workflows/elixir.yaml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v4 - name: Copy Mosquitto config - run: docker cp ${{ github.workspace }}/.mosquitto/* mqtt:/mosquitto/config + run: docker cp -a ${{ github.workspace }}/.mosquitto mqtt:/mosquitto/config # Ensure to restart MQTT after checkout to correctly bind the config volume - name: Restart MQTT