Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Npm updates and dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrgroot committed Aug 22, 2020
1 parent 9f2ee69 commit 91b0ea0
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 130 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN curl --silent --location https://deb.nodesource.com/setup_14.x | bash - > /d
RUN apt-get install --yes nodejs build-essential > /dev/null

# Create system user to run Composer and Artisan Commands
RUN id -u mass &>/dev/null || useradd -G www-data,root -u 1234 -d /home/mass mass
RUN useradd -G www-data,root -u 1234 -d /home/mass mass
RUN mkdir -p /home/mass/.composer
RUN chown -R mass:mass /home/mass

Expand Down
Loading

0 comments on commit 91b0ea0

Please sign in to comment.