Skip to content

Commit

Permalink
[skip ci] testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arsci committed Apr 22, 2024
1 parent c005911 commit 573cc74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
FROM arsci/tg:v0.2
LABEL maintainer "Gruntwork <info@gruntwork.io>"

ENV MISE_CONFIG_DIR=~/.config/mise
ENV MISE_STATE_DIR=~/.local/state/mise
ENV MISE_DATA_DIR=~/.local/share/mise
ENV MISE_CACHE_DIR=~/.cache/mise
ENV ASDF_HASHICORP_TERRAFORM_VERSION_FILE=.terraform-version

ENV PATH="~/.local/share/mise/shims:~/mise:${PATH}"

COPY ["./src/main.sh", "/action/main.sh"]

ENTRYPOINT ["/action/main.sh"]

0 comments on commit 573cc74

Please sign in to comment.