feat: Begins breaking out topic listener and publisher as it's own dependency.

This commit is contained in:
2024-11-12 11:12:34 -05:00
parent bf1126b06a
commit b6db9b5322
7 changed files with 278 additions and 21 deletions

View File

@@ -11,4 +11,4 @@ RUN swift build --enable-test-discovery -c release -Xswiftc -g
FROM swift:5.10-slim
WORKDIR /run
COPY --from=build /build/.build/release/dewPoint-controller /run
CMD ["/bin/bash", "-xc", "./dewPoint-controller"]
CMD ["/bin/bash", "-xc", "./dewpoint-controller"]