Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan committed Aug 25, 2024
1 parent f8d7323 commit 784bdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN corepack enable && yarn install --immutable && yarn cache clean
# Multistage - test container
FROM base AS js_test_env
RUN groupadd jenkins \
&& useradd -m -s /bin/bash jenkins --uid 1000
&& useradd -m -s /bin/bash jenkins --uid 1000 -g jenkins
RUN chown jenkins:jenkins -R /
USER jenkins

Expand Down

0 comments on commit 784bdb6

Please sign in to comment.