mirror of
https://gitlab.com/fabinfra/fabaccess/prometheus-exporter.git
synced 2025-01-22 10:05:10 +01:00
Added: Dockerfile
This commit is contained in:
parent
794e822110
commit
b84979862e
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM ubuntu:22.04
|
||||||
|
RUN apt-get update && apt-get upgrade -y
|
||||||
|
RUN apt-get install -yqq --no-install-recommends python3 python3-pip
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN pip3 install -r requirements.txt
|
||||||
|
RUN chmod u+x main.py
|
||||||
|
ENTRYPOINT ["/app/main.py"]
|
Loading…
x
Reference in New Issue
Block a user