Skip to content

Commit

Permalink
Updates to Dockerfile to fix the issue with buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmik committed Jul 4, 2024
1 parent a44c2f0 commit 8c4cf46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .envrc

This file was deleted.

6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM alpine:3.18

LABEL org.opencontainers.image.description "Datadog query linter, for use mainly in CI"

COPY --chmod=755 datadog-query-linter /app/
COPY --chmod=755 datadog-query-linter /usr/local/bin/

WORKDIR /app

ENTRYPOINT ["/app/datadog-query-linter"]
ENTRYPOINT []

0 comments on commit 8c4cf46

Please sign in to comment.