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"]
|
||||
|
||||
@ -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"]
|
||||
|
||||
@ -33,4 +33,4 @@ COPY --from=build /app/api-golang api-golang
|
||||
# Indicate expected port
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["/api-golang"]
|
||||
CMD ["/api-golang"]
|
||||
|
||||
@ -45,4 +45,4 @@ USER nonroot
|
||||
# Indicate expected port
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["/api-golang"]
|
||||
CMD ["/api-golang"]
|
||||
|
||||
@ -55,4 +55,4 @@ USER nonroot
|
||||
# Indicate expected port
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["/api-golang"]
|
||||
CMD ["/api-golang"]
|
||||
|
||||
Reference in New Issue
Block a user