No description
Find a file
dependabot[bot] 1d692519dc
Bump qs from 6.7.0 to 6.11.0 in /node
Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.11.0.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 15:46:22 +00:00
elixir use elixir-alpine base image 2022-09-06 18:20:40 +02:00
go up go version 2022-09-06 18:19:09 +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 2022-12-08 15:46:22 +00:00
python update deps 2022-10-27 16:41:29 +02:00
react Bump loader-utils from 2.0.3 to 2.0.4 in /react (#22) 2022-11-16 22:09:47 +01:00
rust add rust 2022-11-15 22:46:35 +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