We don't need the prefix?

This commit is contained in:
Tyler 2018-06-30 23:28:04 -04:00
parent d45aaa4260
commit b26b3dcb22
3 changed files with 3 additions and 3 deletions

View File

@ -8,5 +8,5 @@ RUN apk --no-cache add tini
ENTRYPOINT ["/sbin/tini", "-g", "--"]
CMD ["godns"]
COPY /godns /usr/local/bin/godns
COPY godns /usr/local/bin/godns
RUN chmod +x /usr/local/bin/godns

View File

@ -10,5 +10,5 @@ RUN apk --no-cache add tini
ENTRYPOINT ["/sbin/tini", "-g", "--"]
CMD ["godns"]
COPY /godns-arm /usr/local/bin/godns
COPY godns-arm /usr/local/bin/godns
RUN chmod +x /usr/local/bin/godns

View File

@ -10,5 +10,5 @@ RUN apk --no-cache add tini
ENTRYPOINT ["/sbin/tini", "-g", "--"]
CMD ["godns"]
COPY /godns-arm64 /usr/local/bin/godns
COPY godns-arm64 /usr/local/bin/godns
RUN chmod +x /usr/local/bin/godns