Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1019 Bytes

README.md

File metadata and controls

59 lines (41 loc) · 1019 Bytes

Marvin Heilemann

Start

Have a look at Makefile for testing the live environment or at package.json for development.

Deploy

Since I use now for my website, it is deployed there and fully automated.

Docker

Interactive shell session

Image

docker run -it --entrypoint bash nginx

Container

docker exec -i -t marvin-nginx bash

Logs

docker logs -f marvin-nginx

Performance (top)

docker-compose top nginx

Issues

Issues are referenced with // BUG: #<NUMBER> and can be seen in ISSUES.md.

Copyright © Marvin Heilemann