We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbc044 commit ea546cfCopy full SHA for ea546cf
1 file changed
Dockerfile
@@ -14,7 +14,8 @@ RUN set -ex \
14
# Delete unnecessary files
15
&& rm package* generate-cert.sh \
16
# Correct User's file access
17
- && chown -R node:node /app
+ && chown -R node:node /app \
18
+ && chmod +r /app/privkey.pem
19
20
FROM node:14-alpine AS final
21
WORKDIR /app
0 commit comments