Update dotnet and perl environment docs for rebuilding env images (#1035)

This commit is contained in:
Ta-Ching Chen
2018-12-23 17:48:09 +08:00
committed by GitHub
parent 3f4eb49c2f
commit ecd99177bb
5 changed files with 18 additions and 95 deletions
+6
View File
@@ -9,6 +9,12 @@ It is implemented using the lightweight web application framework
Since Twiggy is implemented with [AnyEvent](https://metacpan.org/pod/AnyEvent),
you can write async code using AnyEvent in your function.
## Build this image
```
docker build -t USER/perl . && docker push USER/perl
```
## Usage
The function you upload is actually a perl package returning a coderef (see the