Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

infinum/next-passenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

next-passenger

next passenger demo/example/experiment

Setup

docker build -t test .
docker run -d -p 8080:80 --name test test

For logs look at:

docker logs -f test

Changes

For changes to nginx conf edit default.conf and rebuild the container.