No description
Find a file
dependabot[bot] 1694acf46e
Bump h2 from 0.3.24 to 0.3.26 in /rust
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 16:16:24 +00:00
elixir simple elixir example 2023-01-05 15:58:59 +01:00
go Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /go (#45) 2024-03-14 09:28:52 +01:00
kotlin add kotlin example 2022-05-24 19:32:49 +02:00
node Bump qs from 6.7.0 to 6.11.0 in /node (#23) 2022-12-08 17:16:17 +01:00
python multi stage python build 2022-12-09 22:21:41 +01:00
react Bump express from 4.18.1 to 4.19.2 in /react (#48) 2024-03-28 08:55:25 +01:00
rust Bump h2 from 0.3.24 to 0.3.26 in /rust 2024-04-05 16:16:24 +00:00
.gitignore examples 2021-09-16 16:35:04 +02:00
README.md update readme 2022-09-06 18:44:39 +02:00

🐳 Docker examples

Dockerfile examples for:

👷 Build a container

docker build -t $APPNAME:$VERSION .

🏃 Run a container

docker run --rm $APPNAME:$VERSION