Skip to content
Snippets Groups Projects
Commit 20a3e732 authored by lcappelli's avatar lcappelli
Browse files

Add expose port and stopsignal in dockerfile

parent a683dcfe
No related branches found
No related tags found
1 merge request!23Use nginx with njs instead of openresty with lua
......@@ -28,4 +28,8 @@ RUN rpm -ivh /pkgs/nginx-1.22.1-1.el7.ngx.x86_64.rpm && \
# RUN yum -y install nginx nginx-module-njs && \
# rpm -ivh /pkgs/nginx-module-http-voms-1.22.1-1.el7.x86_64.rpm
EXPOSE 80
STOPSIGNAL SIGQUIT
CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment