mirror of
https://github.com/jakobkordez/flex-discovery-proxy.git
synced 2025-05-16 16:50:27 +00:00
Add proxy Dockerfile
This commit is contained in:
parent
fcc4398393
commit
5dc12ada8f
9
proxy.Dockerfile
Normal file
9
proxy.Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM python:3-alpine
|
||||||
|
|
||||||
|
WORKDIR /opt/flex_proxy
|
||||||
|
|
||||||
|
COPY flex_proxy.py flex_proxy.py
|
||||||
|
|
||||||
|
EXPOSE 4996
|
||||||
|
|
||||||
|
CMD ["python", "./flex_proxy.py"]
|
Loading…
x
Reference in New Issue
Block a user