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 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",