We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190ed15 commit b70065eCopy full SHA for b70065e
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
+ chown -R $USERNAME:$USERNAME /app /npm-cache /app/output /app/circuits
44
# Switch to user $USERNAME from root
45
USER $USERNAME:$USERNAME
46
EXPOSE 80
0 commit comments