Update use of new distillery

pull/51/head 19.08
Christophe Romain 5 years ago
parent b8349d15b0
commit 9d97b7d1fc

@ -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

@ -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 \

Loading…
Cancel
Save