Skip to content

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

License

Notifications You must be signed in to change notification settings

frontmark/dockerfiles

Repository files navigation

🐳 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...]