Skip to content

Commit

Permalink
fix: ensure user stays as root
Browse files Browse the repository at this point in the history
The herokuish binary changes to the correct user, and otherwise fails if it does not have the permissions to do so.
  • Loading branch information
josegonzalez authored Aug 25, 2024
1 parent 91ec86c commit 648b46d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ RUN apt-install daemontools && \
COPY include/default_user.bash /tmp/default_user.bash
RUN bash /tmp/default_user.bash && rm -f /tmp/default_user.bash
ENV BASH_BIN /usr/bin/bash
USER herokuishuser

0 comments on commit 648b46d

Please sign in to comment.