Updated path to fpm on centos

This commit is contained in:
Chris R 2017-05-25 15:01:58 +01:00 committed by GitHub
parent 19df65cbf5
commit ecb9c7447e

View file

@ -13,4 +13,4 @@ RUN set -x \
WORKDIR /src/
ENTRYPOINT ["/tini", "-g", "--", "/usr/local/bin/fpm"]
ENTRYPOINT ["/tini", "-g", "--", "/usr/bin/fpm"]