diff --git a/Dockerfile b/Dockerfile index 41948d1..cd4b039 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ ENV VAULT_PATH=raider/data/raider ENV POETRY_VERSION=1.2.2 \ POETRY_HOME=/usr/local/ -# WORKDIR /python-hvac -# COPY python-hvac . +WORKDIR /python-hvac +COPY . . RUN curl -sSL https://install.python-poetry.org | python3 -\ && poetry config virtualenvs.create false \