diff --git a/CHANGELOG.md b/CHANGELOG.md index eab83f1..d2a7600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Add libgd for image manupilation - Add Dockerhub build hook - Keep SQL init scripts in database volume +- Update use of new distillery # Version 19.05 diff --git a/ecs/Dockerfile b/ecs/Dockerfile index 0846388..1959d73 100644 --- a/ecs/Dockerfile +++ b/ecs/Dockerfile @@ -15,7 +15,7 @@ RUN git checkout ${VERSION/latest/HEAD} \ && (cd deps/eimp; ./configure) # Compile -RUN mix do compile, release.init, release --env=prod +RUN mix do compile, distillery.init, distillery.release --env=prod # Prepare runtime environment RUN mkdir runtime \