No description
Find a file
dependabot[bot] 11730722b2
Bump ejs from 3.1.8 to 3.1.10 in /react (#52)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 23:01:19 +02: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 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 ejs from 3.1.8 to 3.1.10 in /react (#52) 2024-06-13 23:01:19 +02:00
rust Bump mio from 0.8.4 to 0.8.11 in /rust (#44) 2024-03-08 15:27:38 +01: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