No description
Find a file
dependabot[bot] ce6b0c0666
Bump micromatch from 4.0.5 to 4.0.8 in /react
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-31 14:54:45 +00:00
elixir simple elixir example 2023-01-05 15:58:59 +01:00
go Bump golang.org/x/net from 0.17.0 to 0.23.0 in /go (#51) 2024-04-19 14:25:07 +02:00
kotlin add kotlin example 2022-05-24 19:32:49 +02:00
node Bump express from 4.18.2 to 4.19.2 in /node (#49) 2024-06-13 23:16:22 +02:00
python multi stage python build 2022-12-09 22:21:41 +01:00
react Bump micromatch from 4.0.5 to 4.0.8 in /react 2024-08-31 14:54:45 +00:00
rust Bump h2 from 0.3.24 to 0.3.26 in /rust (#50) 2024-06-13 23:16:50 +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