Skip to content

Commit 9d97b7d

Browse files
author
Christophe Romain
committed
Update use of new distillery
1 parent b8349d1 commit 9d97b7d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- Add libgd for image manupilation
1212
- Add Dockerhub build hook
1313
- Keep SQL init scripts in database volume
14+
- Update use of new distillery
1415

1516
# Version 19.05
1617

ecs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN git checkout ${VERSION/latest/HEAD} \
1515
&& (cd deps/eimp; ./configure)
1616

1717
# Compile
18-
RUN mix do compile, release.init, release --env=prod
18+
RUN mix do compile, distillery.init, distillery.release --env=prod
1919

2020
# Prepare runtime environment
2121
RUN mkdir runtime \

0 commit comments

Comments
 (0)