add newlines to end Dockerfiles
This commit is contained in:
@ -27,4 +27,4 @@ WORKDIR /
|
||||
# Copy the binary from the build stage
|
||||
COPY --from=build /app/api-golang api-golang
|
||||
|
||||
CMD ["/api-golang"]
|
||||
CMD ["/api-golang"]
|
||||
|
||||
Reference in New Issue
Block a user