Skip to content

Commit b310f4d

Browse files
committed
.
1 parent 7964698 commit b310f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ docker-compose build
88
docker-compose up -d
99
1010
# Composer install for the development volume
11-
docker-compose run --rm --user "${UID}:${GID}" web bash -c 'cd /var/www && composer install'
11+
docker-compose run --rm --user "$(id -u):$(id -g)" web bash -c 'cd /var/www && composer install'
1212
1313
# Optional: Load data
1414
docker-compose exec -T db bash -c 'mysql -u "$MARIADB_USER" -p"$MARIADB_PASSWORD" "$MARIADB_DATABASE"' < data.sql

0 commit comments

Comments
 (0)