We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae61bf8 commit 4521f4bCopy full SHA for 4521f4b
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex \
11
-addext "subjectAltName=DNS:my.example.com,DNS:my.example.net,IP:192.168.50.108,IP:127.0.0.1" \
12
&& apk del openssl \
13
&& rm -rf /var/cache/apk/* \
14
- && rm package* && chown -R node /app \
+ && rm package* \
15
&& chmod +r /app/privkey.pem
16
17
FROM node:16-alpine AS final
0 commit comments