mirror of
https://github.com/Sheldan/grafana-tools.git
synced 2026-01-25 18:36:43 +00:00
adding code and build files for grafana tools
This commit is contained in:
7
user-creation/Dockerfile
Normal file
7
user-creation/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.10-alpine
|
||||
COPY requirements.txt /opt/app/requirements.txt
|
||||
WORKDIR /opt/app
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . /opt/app
|
||||
|
||||
ENTRYPOINT [ "/usr/local/bin/python", "deploy.py" ]
|
||||
Reference in New Issue
Block a user