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