Put parameters in .env files

Put all the parameters in .env files
Update readme file
This commit is contained in:
marcos
2018-12-19 15:09:07 -03:00
parent 2baa58e056
commit 372890e46c
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 \