Skip to content

Configuration files for Docker container that builds and serves the TTB website.

Notifications You must be signed in to change notification settings

Taming-the-BEAST/TTB_Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTB_Container

This repository hosts a set of scripts that can be used to build a Docker container that builds and serves the Taming the BEAST website.

Building

  1. Install Docker as per the instructions at http://docker.com.

  2. From this directory, execute docker build -t ttb_server .

Running

Once the image is built, run it using

docker run -p 80:80 ttb_server

This will build the website and host it locally. It will then automatically rebuild itself once per day.

About

Configuration files for Docker container that builds and serves the TTB website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages