Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

306 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRKN

Development env with static website for frkn.org, served by Nginx. Suitable for web dev iterations.

Run locally with Docker

Requirements

Build and start

From the repository root:

docker build -t frkn-org .
docker run --rm -p 8080:80 frkn-org

Open the site at:

http://localhost:8080
  • The container serves port 80; -p 8080:80 maps it to port 8080 on the host.

  • Stop the server with Ctrl+C. The --rm flag removes the container automatically.

  • Verify the container

The image exposes a health endpoint:

curl http://localhost:8080/health

Expected response:

ok

About

frkn.org - main website for FRKN project

Resources

Code of conduct

Stars

37 stars

Watchers

4 watching

Forks

Contributors

Languages