From 25aeb5eac2ec83f050a236478dd245d7eac243c8 Mon Sep 17 00:00:00 2001 From: Michael Kaaden Date: Tue, 12 Mar 2019 19:52:55 +0100 Subject: [PATCH 1/2] Add a link to the sources to the first part --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3346297..bff0926 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ from the outside, you don't have to change any code in your app. All you've got to do is to add some files and edit them to match your app's name and the target environment's port the app should listen to. +[Here](https://github.com/MichaelKaaden/dockerized-app/releases/tag/0.0.2) you +can find the sources that are included in this part of the document. + ### Files To Add Add the following two files: @@ -169,6 +172,9 @@ Now it's very easy to build and run the app with Docker: ## Part II: Build Once, Run Anywhere +[Here](https://github.com/MichaelKaaden/dockerized-app) you can find the sources +that are included in this part of the document. + Think of a typical development process that requires the following environments: Development, testing, staging, and production. In each of these, you will probably at least need a different base URL pointing to the location where the From 070e9257712173e03757094e1a1ec19ace672bd9 Mon Sep 17 00:00:00 2001 From: Michael Kaaden Date: Tue, 12 Mar 2019 19:53:24 +0100 Subject: [PATCH 2/2] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d324e34..79c2169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dockerized-app", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "ng": "ng", "start": "ng serve",