Skip to content

Commit 255fabc

Browse files
authored
Update README.md
1 parent 817c8ff commit 255fabc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ First, install [Docker Compose](https://docs.docker.com/compose/install/).
55
Second, initialize a new UserFrosting project:
66

77
1. Copy `app/sprinkles/sprinkles.example.json` to `app/sprinkles/sprinkles.json`
8-
2. Run `chmod 777 app/{logs,cache,sessions}` to fix file permissions for web server. (NOTE: File
8+
-- 2. Run `chmod 777 app/{logs,cache,sessions}` to fix file permissions for web server. (NOTE: File
99
permissions should be properly secured in a production environment!)
10-
2. Run `docker-compose run composer install` to install all composer modules.
11-
3. Run `docker-compose run node npm install` to install all npm modules.
10+
2. Run `sudo docker-compose run composer install` to install all composer modules.
11+
3. Run `sudo docker-compose run node npm install` to install all npm modules.
1212

1313
Now you can start up the entire Nginx + PHP + MySQL stack using docker with:
1414

0 commit comments

Comments
 (0)