Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 504 Bytes

deployment.md

File metadata and controls

20 lines (13 loc) · 504 Bytes

Deployment

Packaging

Prebid Server is packaged with Docker and optimized to create lightweight containers.

Install Docker and build a container:

docker build -t prebid-server .

Test locally with:

docker run -p 8000:8000 -t prebid-server

The server can be reached at http://localhost:8000.