No description
Find a file
2022-09-06 18:41:27 +02: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 use poetry as python packager 2022-09-06 18:41:27 +02:00
react Merge remote-tracking branch 'origin/master' 2022-07-29 01:18:00 +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