Skip to content

Commit 8550296

Browse files
🚧 test new command 7
1 parent 6f0a6ef commit 8550296

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ COPY nginx.conf /etc/nginx/nginx.conf
44
RUN \
55
apk install openssl \
66
mkdir /etc/ssl/private \
7+
chmod 744 nginx.key \
78
mkdir /etc/ssl/certs \
9+
chmod 744 nginx.crt \
810
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx.key -out /etc/ssl/certs/nginx.crt
911
EXPOSE 443

0 commit comments

Comments
 (0)