Skip to content

Commit b122d56

Browse files
🚧 test new command 5
1 parent 4e9d844 commit b122d56

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
@@ -3,5 +3,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
33

44
RUN \
55
apt install openssl \
6+
mkdir /etc/ssl/private \
7+
mkdir /etc/ssl/certs \
68
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx.key -out /etc/ssl/certs/nginx.crt
79
EXPOSE 443

0 commit comments

Comments
 (0)