Skip to content

Commit 848e243

Browse files
authoredApr 27, 2019
Update Dockerfile
1 parent cad3029 commit 848e243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ COPY nginx.conf /etc/nginx/nginx.conf
55
# openssl is the only required thing to install
66
RUN apt-get update && apt-get -y install openssl
77

8-
WORKDIR /etc/nginx/nginx.conf.d/
8+
WORKDIR /etc/nginx/conf.d/
99
RUN openssl req -subj '/CN=localhost' -x509 -newkey rsa:4096 -nodes -keyout key.pem -out cert.pem -days 365

0 commit comments

Comments
 (0)
Please sign in to comment.