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:
@@ -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"]
|
||||
Reference in New Issue
Block a user