A visual representation of real-time train schedules and connections as German Kursbuch tables
- Build the container
docker build -t kursbuch:latest .
- Run the container
docker run -p 8080:80 kursbuch # production
docker run -p 8080:80 -v ./public:/usr/local/apache2/htdocs kursbuch # development
- Open a web browser and go to
http://localhost:8080
- Clone this repository to a web server, for example based on nginx or Apache
- Set the
public
folder as your web root directory