Skip to content

Commit ea283fb

Browse files
authored
Update Dockerfile
1 parent d89935a commit ea283fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN set -ex \
1515
&& rm package* generate-cert.sh \
1616
# Correct User's file access
1717
&& chown -R node:node /app \
18-
&& chmod +r /app/privkey.pem
18+
&& chmod a+r /app/privkey.pem
1919

2020
FROM node:14-alpine AS final
2121
WORKDIR /app

0 commit comments

Comments
 (0)