Add dockerfile for nginx (hopefuly can install stream module)

pull/6/head
Matthew Strasiotto 4 years ago
parent ecd39d3e1f
commit 81944176b1

@ -0,0 +1,5 @@
FROM nginx
RUN apt-get update \
&& apt-get install nginx-extras
Loading…
Cancel
Save