added vault builder from public tag documents
This commit is contained in:
11
public_vault_builder/Dockerfile
Normal file
11
public_vault_builder/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["python", "build.py"]
|
||||
Reference in New Issue
Block a user