Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangraham2001 committed Sep 10, 2024
1 parent c302a83 commit 1614007
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions deploy/infrastructure/utils/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.10

WORKDIR /app

RUN python -m venv /opt/venv
ENV PATH="/opt/venv/bin:$PATH"

RUN pip install python-hcl2

RUN ls

WORKDIR /app
3 changes: 2 additions & 1 deletion deploy/infrastructure/utils/generate_terraform_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ docker run \
-v "${BASEDIR}/../modules":/app/modules:rw \
-w /app/utils \
terraform-variables \
ls ../ && python variables.py "$@"
/bin/bash -c "ls ../ && python variables.py $*"
#ls ../ && python3 variables.py "$@"

0 comments on commit 1614007

Please sign in to comment.