Update README.md

This commit is contained in:
2019-09-18 19:18:58 -04:00
committed by GitHub
parent d9e01cd2c2
commit 5e2d3b05b2
+3 -2
View File
@@ -52,7 +52,8 @@ I love using `Makefile` for one-off **tasks** in projects.
The problem with doing this is that you can't use familiar bashisms when doing so, as **GNU Make** doesn't use the familiar **Bash** syntax, nor does it allow for simple adhoc use of arbitrary scripting languages (e.g. **Python**).
This project seeks to bridge all of these worlds into a single entrypoint — ideal for crosslanguage repositories
project seeks to bridge all of these worlds into a single entrypoint — ideal for crosslanguage repositories
-------------------
@@ -119,7 +120,7 @@ Options:
- **`Bakefile`** is expected to live at **`/app/Bakefile`**.
- If you inherit from this image, **`ONBUILD`** directives will automatically copy your application code (build context) into the container, into **`/app`**.
**Bonus Points**: This image is also available on the GitHub Package Registry ([link](https://github.com/kennethreitz/bake/packages/24444)).
**Bonus Points**: this image is also available on the GitHub Package Registry ([link](https://github.com/kennethreitz/bake/packages/24444)).
---------------