Skip to content

Commit 8ec3dc2

Browse files
🚧 test new command 11
1 parent b631533 commit 8ec3dc2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ COPY nginx.conf /etc/nginx/nginx.conf
33

44
RUN \
55
apk add openssl && \
6-
mkdir /etc/ssl/private && \
7-
mkdir /etc/ssl/certs && \
86
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx.key -out /etc/ssl/certs/nginx.crt
97

108
EXPOSE 443

0 commit comments

Comments
 (0)