fix : send qotd message directly after TCP connection
CMake / build (push) Failing after 4s

This commit is contained in:
2025-02-28 11:21:33 +01:00
parent bfd1f305e8
commit 294389980b
3 changed files with 52 additions and 36 deletions
+1
View File
@@ -9,4 +9,5 @@ RUN make
FROM alpine
COPY --from=builder /opt/builder/build/qotd /
COPY quotes.txt /
ENTRYPOINT ["/qotd"]