add newlines to end Dockerfiles
This commit is contained in:
@ -14,4 +14,4 @@ COPY . .
|
||||
# Compile application during build rather than at runtime
|
||||
RUN go build -o api-golang
|
||||
|
||||
CMD ["./api-golang"]
|
||||
CMD ["./api-golang"]
|
||||
|
||||
Reference in New Issue
Block a user