update makefile and docker file for listener

This commit is contained in:
2024-09-06 18:54:35 +02:00
parent fc8e500c5b
commit e05aa83ff5
4 changed files with 37 additions and 3 deletions

View File

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