Initial commit

main
conky 2024-02-28 14:51:27 +02:00
commit c090c56e38
1 changed files with 7 additions and 0 deletions

7
Dockerfile 100644
View File

@ -0,0 +1,7 @@
FROM debian:latest
RUN apt-get update && \
apt-get install -y socat && \
rm -rf /var/lib/apt/lists/*
CMD ["socat", "-v", "udp-l:1235,fork,bind=fly-global-services", "exec: /bin/cat"]