No description
Find a file
dependabot[bot] aed6c16d5a
Bump loader-utils from 2.0.2 to 2.0.3 in /react (#21)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 22:00:30 +01: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 update packages 2022-03-31 04:49:28 -04:00
python update deps 2022-10-27 16:41:29 +02:00
react Bump loader-utils from 2.0.2 to 2.0.3 in /react (#21) 2022-11-09 22:00:30 +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