Skip to content

Commit

Permalink
fix - adjust docker permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chaddyc committed Jan 1, 2025
1 parent 972c787 commit 886951e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN chown -R runner:runner /runner
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

RUN echo 'Docker!' | passwd --stdin root
RUN echo 'root:Docker!' | chpasswd

USER runner
WORKDIR /runner
Expand Down

0 comments on commit 886951e

Please sign in to comment.