Commit cd64b2c54b5fb4383d194e130c7889d4b9ed41f5

Authored by George Vlahavas
1 parent 9ae10ddc79

Use UID/GID for chown

Showing 1 changed file with 1 additions and 1 deletions

api/Dockerfile View file @ cd64b2c
... ... @@ -37,7 +37,7 @@
37 37 useradd -u 1000 -ms /bin/bash -g www www
38 38  
39 39 # Copy existing application directory contents with correct permissions
40   -COPY --chown=www:www . /var/www
  40 +COPY --chown=1000:1000 . /var/www
41 41  
42 42 # Copy PHP configuration
43 43 COPY ./php/local.ini /usr/local/etc/php/conf.d/local.ini