Skip to content

Commit

Permalink
fix(dockerfile): use same user id as default user in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Aug 4, 2022
1 parent c2b4e38 commit d86ccfb
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 @@ -33,4 +33,4 @@ COPY --from=builder /wakemebot /wakemebot
RUN groupadd --gid 1003 wakemebot && \
useradd --uid 1003 --gid wakemebot --create-home wakemebot

USER 1003
USER 1001

0 comments on commit d86ccfb

Please sign in to comment.