Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 285 Bytes

File metadata and controls

16 lines (12 loc) · 285 Bytes

annict/ruby

Development

$ docker build -t annict/ruby .
$ docker container run -i -t <Image ID> /bin/ash

Push to Docker Hub

$ docker build -t annict/ruby .
$ docker tag annict/ruby annict/ruby:2.7.2-node_12.16.1
$ docker push annict/ruby:2.7.2-node_12.16.1