Skip to content

Commit

Permalink
revert file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopar committed Aug 21, 2023
1 parent ca042f8 commit 89be9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ENV TERRAFORM_VERSION=1.4.4
RUN wget https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
RUN unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip
RUN mv terraform /usr/bin/terraform
COPY target/terraform-boot-*.jar .
COPY target/terraform-boot-*.jar terraform-boot.jar
ENTRYPOINT ["java","-jar","terraform-boot.jar"]

0 comments on commit 89be9c7

Please sign in to comment.