mirror of
https://github.com/recklessop/Zerto_Exporter.git
synced 2026-07-04 08:23:15 -04:00
added Dockerfile
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM python:latest
|
||||
|
||||
EXPOSE 9999
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY app/requirements.txt .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
Reference in New Issue
Block a user