No description
Find a file
2022-07-29 01:12:01 +02:00
elixir fix CVE in react 2022-07-29 01:12:01 +02:00
go fix CVE in react 2022-07-29 01:12:01 +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 packages 2022-03-31 04:49:28 -04:00
react fix CVE in react 2022-07-29 01:12:01 +02:00
.gitignore examples 2021-09-16 16:35:04 +02:00
README.md fix CVE in react 2022-07-29 01:12:01 +02:00

Docker examples

Dockerfile examples for:

  • Go,
  • Node.js,
  • Python,
  • React

Build a container

docker build -t $APPNAME:$VERSION .

Run a container

docker run --rm $APPNAME:$VERSION