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 8425ac9 commit f0c2ee1Copy full SHA for f0c2ee1
Dockerfile
@@ -20,8 +20,8 @@ COPY src/ ./src/
20
RUN mkdir -p /app/config
21
22
# Create non-root user
23
-RUN addgroup -g 1000 -S nodejs && \
24
- adduser -S slaking -u 1000
+RUN addgroup -g 1001 -S nodejs && \
+ adduser -S slaking -u 1001 -G nodejs
25
26
# Change ownership of the app directory
27
RUN chown -R slaking:nodejs /app
0 commit comments