Put parameters in .env files

Put all the parameters in .env files
Update readme file
This commit is contained in:
Marcos Alexandre de Melo Medeiros
2018-12-19 15:09:07 -03:00
parent 54504dc4ff
commit e88cdfe2d8
7 changed files with 86 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
FROM mysql:5.7
ENV PINPOINT_VERSION=1.8.0
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-1.8.0}
RUN apt update \
&& apt-get install -y --no-install-recommends ca-certificates wget \