This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
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" ]
|
||||
Reference in New Issue
Block a user