We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad3029 commit 848e243Copy full SHA for 848e243
Dockerfile
@@ -5,5 +5,5 @@ COPY nginx.conf /etc/nginx/nginx.conf
5
# openssl is the only required thing to install
6
RUN apt-get update && apt-get -y install openssl
7
8
-WORKDIR /etc/nginx/nginx.conf.d/
+WORKDIR /etc/nginx/conf.d/
9
RUN openssl req -subj '/CN=localhost' -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365
0 commit comments