Add dockerfile and compose for production

This commit is contained in:
prichier
2020-10-19 01:01:59 +02:00
parent 3051e947ee
commit e945f48665
8 changed files with 219 additions and 133 deletions

3
docker/production/start.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
mix ecto.migrate
mix phx.server