Files
fk-wazuh/nginx/Dockerfile
T
augustine-urolime a9e16e79a9 Update Dockerfile
nginx copy command fix
2018-04-13 22:37:56 +05:30

8 lines
133 B
Docker

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