Add newline to the end of Dockerfile.
This commit is contained in:
parent
94f30808ae
commit
652b45e5c8
@ -18,4 +18,4 @@ ARG BASEIMAGE
|
|||||||
ARG BINARY
|
ARG BINARY
|
||||||
|
|
||||||
FROM ${BASEIMAGE}
|
FROM ${BASEIMAGE}
|
||||||
COPY ${BINARY} /usr/local/bin/${BINARY}
|
COPY ${BINARY} /usr/local/bin/${BINARY}
|
||||||
|
Loading…
Reference in New Issue
Block a user