markusfalk / ng-dockerize

Schematics to add docker configuration files to angular app.
MIT License
0 stars 0 forks source link

read output path from angular.json #14

Open markusfalk opened 5 years ago

markusfalk commented 5 years ago

translate this

"outputPath": "dist/angular-dockerize",

into this:

COPY --from=node <%= packagename %>/dist/<%= packagename %> /html