Skip to content

doma-engineering/docker-goo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Build, test and upload

# Build it!
docker build -t my-elixir-image .

# Drop into Goo iex
docker run -it my-elixir-image 

# Get credentials from passveil or ask @cognivore to give them to you
docker login 

# Tag your build
docker tag my-elixir-image domadev/goo:lts

# Push it to the hub
docker push domadev/goo:lts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published