Skip to content

meetwalter/elixir-based-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is our Docker base image for Elixir-powered services.

It assumes the following things about your Elixir application:

  • A mix task called start is provided. It should start your application and not halt.