fix user add

This commit is contained in:
Macintoshplus
2015-08-07 09:49:31 +02:00
parent dd9b5397a8
commit 190366c7cc
+1 -1
View File
@@ -38,7 +38,7 @@ RUN pear channel-discover pear.phpmd.org && pear channel-discover pear.pdepe
RUN pear install PHP_CodeSniffer && pear install --alldeps phpmd/PHP_PMD
RUN git clone https://github.com/lapistano/Symfony2-coding-standard.git /usr/share/php/PHP/CodeSniffer/Standards/Symfony2
RUN useradd -s /bin/bash -b /src -M phpuser
RUN useradd -s /bin/bash --home /src --no-create-home phpuser
COPY bin/fixright /
RUN chmod +x /fixright