You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-27Lines changed: 16 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -4,30 +4,19 @@ This is the Docker image for the node.js yeoman generator angular-fullstack.
4
4
5
5
As the generator requires node and several npm modules this image bakes in the dependencies to reduce the time taken to deploy applications.
6
6
7
-
## Construction
8
-
9
-
This image uses the standard node.js 4.2.2 image.
10
-
11
-
It is tied into the docker hub and will automatically include upstream changes.
12
-
13
-
## Usage
14
-
15
-
**waiting for inclusion**
16
-
17
-
You will be able to do
18
-
19
-
yo angular-fullstack:docker
20
-
21
-
Which will add the Dockerfile to your dist folder
22
-
23
-
This can then be built using the standard docker tools
24
-
25
-
The Dockerfile will survive
26
-
27
-
grunt clean
28
-
29
-
operations
30
-
31
-
## Tracking
32
-
33
-
As angular-fullstack evolves and npm references change this repo will track the version numbers and create a new branch which will then create a new docker container per branch
0 commit comments