Refactoring to new Elastic Stack versions.

This commit is contained in:
Miguelangel Freitas
2017-11-19 22:42:36 -05:00
parent 845398d7c7
commit 97a042cfcd
7 changed files with 46 additions and 30 deletions
+2
View File
@@ -3,3 +3,5 @@ FROM nginx:latest
RUN apt-get update && apt-get install -y openssl apache2-utils
COPY ./config/run.sh /run.sh
RUN chmod 755 /run.sh