We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13618a9 commit 8c53382Copy full SHA for 8c53382
Dockerfile
@@ -7,6 +7,7 @@ RUN set -ex \
7
# Build JS-Application
8
&& npm install --production \
9
# Generate SSL-certificate (for HTTPS)
10
+ && apk update && apk upgrade \
11
&& apk --no-cache add openssl \
12
&& openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes -keyout privkey.pem -out fullchain.pem \
13
-subj "/C=GB/ST=London/L=London/O=Mendhak/CN=my.example.com" \
0 commit comments