File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ ADD bin/* /usr/local/bin/
5656
5757RUN ["chmod" , "+x" , "/usr/local/bin/run-cron" ]
5858
59- RUN groupadd -g 1001 magento
60- RUN useradd --no-log-init -d /home/magento -s /bin/bash -u 1001 -g 1001 magento
59+ RUN groupadd -g 1000 magento
60+ RUN useradd --no-log-init -d /home/magento -s /bin/bash -u 1000 -g 1000 magento
6161RUN echo "magento:magento" | chpasswd && adduser magento sudo
6262
6363RUN mkdir -p /home/magento
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ ENV PHP_ENABLE_XDEBUG false
9595ENV MAGENTO_ROOT /var/www/magento
9696ENV DEBUG false
9797
98- RUN groupadd -g 1001 magento
99- RUN useradd --no-log-init -d /home/magento -s /bin/bash -u 1001 -g 1001 magento
98+ RUN groupadd -g 1000 magento
99+ RUN useradd --no-log-init -d /home/magento -s /bin/bash -u 1000 -g 1000 magento
100100RUN echo "magento:magento" | chpasswd && adduser magento sudo
101101
102102RUN mkdir -p /home/magento
You can’t perform that action at this time.
0 commit comments