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