Skip to content

Commit

Permalink
Keep using root user
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Jun 25, 2024
1 parent 94abc59 commit f0a3d4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ARG COMPOSER_VERSION
ARG YARN_VERSION

# Create some needed directories
USER root
RUN mkdir -p /app/.heroku/php /app/.heroku/node /app/.profile.d
WORKDIR /app/user

Expand Down Expand Up @@ -56,6 +57,7 @@ ARG COMPOSER_VERSION
ARG YARN_VERSION

# Create some needed directories
USER root
RUN mkdir -p /app/.heroku/php /app/.heroku/node /app/.profile.d
WORKDIR /app/user

Expand Down

0 comments on commit f0a3d4f

Please sign in to comment.