Skip to content

Commit b70065e

Browse files
committed
fix dockerfile
1 parent 190ed15 commit b70065e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN npm i
4040
# Change/Add permission to user $USERNAME
4141
RUN groupadd --gid 10001 $USERNAME && \
4242
useradd --gid 10001 --uid 10001 --home /app --shell /bin/bash $USERNAME && \
43-
chown -R $USERNAME:$USERNAME /app /npm-cache
43+
chown -R $USERNAME:$USERNAME /app /npm-cache /app/output /app/circuits
4444
# Switch to user $USERNAME from root
4545
USER $USERNAME:$USERNAME
4646
EXPOSE 80

0 commit comments

Comments
 (0)