Skip to content

Commit

Permalink
debugging install sys deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phummelen committed Dec 24, 2024
1 parent 8bb2df8 commit 887497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/web-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN set -eux; \
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

# Create system user to run Composer and Artisan Commands
RUN adduser -G www-data -u $uid $user \
RUN adduser -G www-data -u $uid $user -D $user \
&& mkdir -p /home/$user/.composer \
&& chown -R $user:$user /home/$user /app

Expand Down

0 comments on commit 887497d

Please sign in to comment.