Commit 7b5b0aa4 authored by nanahira's avatar nanahira

name

parent cfa84852
Pipeline #389 canceled with stages
in 53 seconds
......@@ -3,6 +3,6 @@ FROM debian:buster-slim
RUN apt update && apt -y install subnetcalc iproute2 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
WORKDIR /usr/src/app
COPY ddns-route.sh .
COPY tr069-daemon.sh .
CMD ["/usr/src/app/ddns-route.sh"]
CMD ["/usr/src/app/tr069-daemon.sh"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment