Setting wazuh-nginx image

This commit is contained in:
Miguelangel Freitas
2017-09-25 18:46:46 -04:00
parent 160bf4bbe9
commit a2ba029918
3 changed files with 10 additions and 13 deletions

5
nginx/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:latest
RUN apt-get update && apt-get install -y openssl apache2-utils
COPY ./configure.sh /configure.sh