Readding tvhproxy
This commit is contained in:
14
tvhProxy/Dockerfile
Normal file
14
tvhProxy/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM python:3-slim
|
||||
|
||||
# Sample from https://hub.docker.com/_/python
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY requirements.txt ./
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 5004
|
||||
|
||||
CMD [ "python3", "./tvhProxy.py" ]
|
||||
Reference in New Issue
Block a user