We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70065e commit 62bc162Copy full SHA for 62bc162
Dockerfile
@@ -40,7 +40,7 @@ RUN npm i
40
# Change/Add permission to user $USERNAME
41
RUN groupadd --gid 10001 $USERNAME && \
42
useradd --gid 10001 --uid 10001 --home /app --shell /bin/bash $USERNAME && \
43
- chown -R $USERNAME:$USERNAME /app /npm-cache /app/output /app/circuits
+ chown -R $USERNAME:$USERNAME /app /npm-cache /app
44
# Switch to user $USERNAME from root
45
USER $USERNAME:$USERNAME
46
EXPOSE 80
0 commit comments