@flydotio/dockerfile
Advanced tools
Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "@flydotio/dockerfile", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Dockerfile generator", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -37,2 +37,3 @@ [](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#beta) | ||
* `--distroless` - use [distroless](https://github.com/GoogleContainerTools/distroless) base image to reduce image size | ||
* `--ignore-scripts` - do not execute any scripts defined in the project `package.json` and its dependencies. | ||
@@ -39,0 +40,0 @@ * `--force` - overwrite existing files |
Sorry, the diff of this file is not supported yet
20847
62