Files
fk-wazuh/nginx/Dockerfile
T

6 lines
117 B
Docker

FROM nginx:latest
RUN apt-get update && apt-get install -y openssl apache2-utils
COPY ./configure.sh /configure.sh