created dedicated gateway directory

made transip GO dockerfile to run it on ARM (needs more tweaking, because now it only runs on ARM)
This commit is contained in:
2025-09-22 19:23:39 +02:00
parent b695073740
commit 37c61bea91
5 changed files with 161 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache tzdata
COPY go-transip-dyndns /usr/bin
CMD ["/usr/bin/go-transip-dyndns", "update", "-k"]
Binary file not shown.