Skip to content

Commit efbc869

Browse files
authored
Updated path to new sprinkles.json
1 parent df53d24 commit efbc869

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ First, install [Docker Compose](https://docs.docker.com/compose/install/).
44

55
Second, initialize a new UserFrosting project:
66

7-
1. Copy `app/sprinkles/sprinkles.example.json` to `app/sprinkles/sprinkles.json`
7+
1. Copy `app/sprinkles.example.json` to `app/sprinkles.json`
88
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-
or run `chown -R 33 app/` (Changes the user to the www-data user in of image, more information [here](https://serversforhackers.com/c/dckr-file-permissions) )
10+
or run `sudo chown -R 33 app/` (Changes the user to the www-data user in of image, more information [here](https://serversforhackers.com/c/dckr-file-permissions) )
1111
2. Run `sudo docker-compose run composer install` to install all composer modules.
1212
3. Run `sudo docker-compose run node npm install` to install all npm modules.
1313

0 commit comments

Comments
 (0)