This commit is contained in:
Anton Medvedev 2021-09-24 16:49:47 +02:00
parent 91409192b2
commit 456d8881a8

View File

@ -75,6 +75,7 @@ RUN useradd \
&& chown -R deployer:deployer ~deployer/.ssh \
&& chmod 700 ~deployer/.ssh \
&& chmod 600 ~deployer/.ssh/authorized_keys \
&& usermod -a -G www-data deployer
RUN useradd \
--create-home \