Skip to content

Commit

Permalink
update readme, push out release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Aug 7, 2023
1 parent 773daa9 commit f1d8c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Options are saved between runs into `package.json`. To invert a boolean options,
* `--force` - overwrite existing files
* `--legacy-peer-deps` - [ignore peer dependencies](https://docs.npmjs.com/cli/v7/using-npm/config#legacy-peer-deps).
* `--litefs` - configure and enable [litefs](https://fly.io/docs/litefs/).
* `--nginx` - serve static files via [nginx](https://www.nginx.com/).
* `--no-link` - don't add [--link](https://docs.docker.com/engine/reference/builder/#copy---link) to COPY statements. Some tools (like at the moment, [buildah](https://www.redhat.com/en/topics/containers/what-is-buildah)) don't yet support this feature.
* `--port=n` - expose port (default may vary based on framework, but otherwise is `3000`)
* `--swap=n` - allocate swap space. See [falloc options](https://man7.org/linux/man-pages/man1/fallocate.1.html#OPTIONS) for suffixes
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": "@flydotio/dockerfile",
"version": "0.4.2",
"version": "0.4.3",
"description": "Dockerfile generator",
"main": "./index.js",
"bin": {
Expand Down

0 comments on commit f1d8c4f

Please sign in to comment.