Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1 KB

README.md

File metadata and controls

22 lines (12 loc) · 1 KB

🐳 dockerfiles

License: MIT frontmark

Dockerfiles and Makefiles to build and run (web) apps and services.

nodejs-express-web-service

A stripped-down example of a dockerized Express (4.x) web service [more...]

python-gunicorn-flask-app

A stripped-down example of a dockerized Flask web application [more...]

ubuntu-20-04-compile-cxx-with-vcpkg

A multi-stage build process for a C++ program that does use vcpkg to manage dependencies [more...]

ubuntu-20-04-compile-cxx-without-vcpkg

A multi-stage build process for a C++ program that does not use vcpkg to manage dependencies [more...]