Files
python-hvac/Dockerfile
Igor Shatunov d3251806fa
Some checks failed
continuous-integration/drone/push Build is failing
Add poetry and fix CICD
2023-01-20 14:55:08 +02:00

12 lines
211 B
Docker

FROM python:3
ENV VAULT_ADDR=https://vault.k8s.psynet.su
ENV VAULT_ROLE=raider-ro
ENV VAULT_PATH=raider/data/raider
# WORKDIR /python-hvac
# COPY python-hvac .
RUN poetry install
ENTRYPOINT [ "python-hvac" ]