Cosmetic cleanup

Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
Khosrow Moossavi
2021-04-22 13:53:36 -04:00
parent efe3ad97ee
commit b8b0edcb9f
2 changed files with 1 additions and 4 deletions

View File

@@ -20,10 +20,9 @@ COPY . .
RUN make build
################
FROM alpine:3.13.3
# Copy static executable for terraform-docs
COPY --from=builder /go/src/terraform-docs/bin/linux-amd64/terraform-docs /usr/local/bin/
# Set entrypoint
ENTRYPOINT ["terraform-docs"]

View File

@@ -8,8 +8,6 @@
FROM alpine:3.13.3
# Copy static executable for terraform-docs
COPY terraform-docs /usr/local/bin/terraform-docs
# Set entrypoint
ENTRYPOINT ["terraform-docs"]