feat: add NATS chat sync plugin
Build / build (push) Failing after 57s

This commit is contained in:
dmg
2026-01-29 21:24:23 -05:00
commit bdd9b4bb8b
13 changed files with 608 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM maven:3.9.9-eclipse-temurin-21
WORKDIR /workspace
COPY pom.xml /workspace/
RUN mvn -q -e package || true
COPY src /workspace/src
RUN mvn -q -e package