No description
Find a file
dependabot[bot] 79a79a9030
Bump github.com/gin-gonic/gin from 1.7.3 to 1.7.7 in /go
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.3 to 1.7.7.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.7.3...v1.7.7)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 22:49:04 +00:00
elixir simple elixir example 2023-01-05 15:58:59 +01:00
go Bump github.com/gin-gonic/gin from 1.7.3 to 1.7.7 in /go 2023-02-09 22:49:04 +00: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 json5 from 1.0.1 to 1.0.2 in /react (#25) 2023-01-07 00:36:10 +01:00
rust Bump tokio from 1.24.1 to 1.25.0 in /rust (#26) 2023-02-04 19:46:02 +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