We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8349d1 commit 9d97b7dCopy full SHA for 9d97b7d
CHANGELOG.md
@@ -11,6 +11,7 @@
11
- Add libgd for image manupilation
12
- Add Dockerhub build hook
13
- Keep SQL init scripts in database volume
14
+- Update use of new distillery
15
16
# Version 19.05
17
ecs/Dockerfile
@@ -15,7 +15,7 @@ RUN git checkout ${VERSION/latest/HEAD} \
&& (cd deps/eimp; ./configure)
# Compile
18
-RUN mix do compile, release.init, release --env=prod
+RUN mix do compile, distillery.init, distillery.release --env=prod
19
20
# Prepare runtime environment
21
RUN mkdir runtime \
0 commit comments