improve initial commit
This commit is contained in:
@@ -53,8 +53,9 @@ RUN { \
|
||||
# Install composer
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
WORKDIR "/var/www/app"
|
||||
|
||||
# Add users/groups with uid 1000
|
||||
RUN groupadd --gid ${GID} "group${GID}" \
|
||||
&& useradd --uid ${UID} --gid ${GID} --create-home "user${UID}"
|
||||
|
||||
WORKDIR "/var/www/app"
|
||||
|
Reference in New Issue
Block a user