From 615eb1bb4983d528d44feaacb13864fe1f87617e Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Wed, 5 Oct 2022 19:50:50 +0100 Subject: [PATCH] Fix #34 added container hosting service --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fa579d8..c141b8f 100644 --- a/README.md +++ b/README.md @@ -112,3 +112,9 @@ For changing the working directory of the `docker build` context, use: ssh $DOKKU_USERNAME@$DOKKU_SERVER_IP -C dokku builder:set minimalcd build-dir src ``` See https://github.com/dokku/dokku/pull/4502 for more details. + +# Container Hosting Service + +Container hosting service is a (you guessed it!) container hosting service, which automates all the automation above for your own pet projects 🚀 + +Checkout [Container Hosting Service](https://container-hosting.anotherwebservice.com/?minimalcd)