No description
Find a file
dependabot[bot] f563a2eee1
Bump loader-utils from 2.0.2 to 2.0.3 in /react
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>
2022-11-09 12:30:56 +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 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 2022-11-09 12:30:56 +00: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