No description
Find a file
dependabot[bot] 18156215c9
Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /react
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 10:18:19 +00:00
elixir simple elixir example 2023-01-05 15:58:59 +01:00
go bump go version 2024-10-09 20:52:48 +02:00
kotlin add kotlin example 2022-05-24 19:32:49 +02:00
node bump go version 2024-10-09 20:52:48 +02:00
python multi stage python build 2022-12-09 22:21:41 +01:00
react Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /react 2024-10-25 10:18:19 +00:00
rust bump go version 2024-10-09 20:52:48 +02: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