Skip to content

Commit

Permalink
fixed formatting nit
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Oct 7, 2024
1 parent ae1f5ab commit c858373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/amazon-cloudwatch-agent-target-allocator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN apk --no-cache add ca-certificates
# Start a new stage from scratch
FROM scratch


ARG TARGETARCH

WORKDIR /root/
Expand All @@ -16,6 +15,7 @@ COPY --from=certificates /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-ce

# Copy binary built on the host
COPY bin/targetallocator_${TARGETARCH} ./main

EXPOSE 8443

ENTRYPOINT ["./main"]

0 comments on commit c858373

Please sign in to comment.