From a869a74002cc755d7af2821f01d033d3f18dbf77 Mon Sep 17 00:00:00 2001 From: Maxwell Becker <49575486+mbecker20@users.noreply.github.com> Date: Sat, 14 Dec 2024 09:11:24 -0800 Subject: [PATCH] Fix test.compose.yaml (use aio.Dockerfiles) --- test.compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.compose.yaml b/test.compose.yaml index 30a4c446a..e5c3a19f0 100644 --- a/test.compose.yaml +++ b/test.compose.yaml @@ -2,7 +2,7 @@ services: core: build: context: . - dockerfile: bin/core/debian.Dockerfile + dockerfile: bin/core/aio.Dockerfile restart: unless-stopped logging: driver: local @@ -20,7 +20,7 @@ services: periphery: build: context: . - dockerfile: bin/periphery/debian.Dockerfile + dockerfile: bin/periphery/aio.Dockerfile restart: unless-stopped logging: driver: local @@ -53,4 +53,4 @@ volumes: data: repo-cache: repos: - stacks: \ No newline at end of file + stacks: