Add logger into the chain

This commit is contained in:
2024-08-29 13:57:16 +02:00
parent 0bba3cd7d2
commit e0bc064ee0
3 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,7 @@
FROM alpine:latest
RUN mkdir /app
COPY loggerApp /app
CMD ["/app/loggerApp"]