No description
Find a file
dependabot[bot] e01d16ffe1
Bump h11 from 0.14.0 to 0.16.0 in /python
Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0.
- [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0)

---
updated-dependencies:
- dependency-name: h11
  dependency-version: 0.16.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-24 16:36:04 +00:00
elixir simple elixir example 2023-01-05 15:58:59 +01:00
go Bump golang.org/x/net from 0.23.0 to 0.38.0 in /go 2025-04-21 20:16:53 +02:00
kotlin add kotlin example 2022-05-24 19:32:49 +02:00
node Bump express from 4.19.2 to 4.20.0 in /node 2024-11-10 22:30:21 +01:00
python Bump h11 from 0.14.0 to 0.16.0 in /python 2025-04-24 16:36:04 +00:00
react Bump nanoid from 3.3.4 to 3.3.8 in /react 2024-12-12 10:06:41 +01:00
rust bump go version 2024-10-09 20:52:48 +02: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