Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 256 Bytes

Open Graph Proxy

Build image

docker build -t open-graph-proxy .

Run container in background

docker run -d --name open-graph-proxy -p 7000:7000 -it open-graph-proxy

The port number after : can be modified to any port you prefer.