Restructured calling tfci

This commit is contained in:
2023-10-31 15:05:34 +01:00
parent e00a92ee0b
commit 3a69cbff39
2 changed files with 2 additions and 4 deletions

View File

@ -3,4 +3,4 @@ FROM hashicorp/tfci
LABEL maintainer="docker@2martens.de" description="Terraform for Drone"
COPY tool.sh /usr/local/bin
RUN chmod +x /usr/local/bin/tool.sh
ENTRYPOINT ["tool.sh"]
ENTRYPOINT ["/usr/local/bin/tool.sh"]