Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKaaden committed Mar 12, 2019
2 parents 9a89dd3 + 070e925 commit bb0044b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dockerized-app",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit bb0044b

Please sign in to comment.