Skip to content

Commit df53d24

Browse files
authored
chmod 77
1 parent 2575388 commit df53d24

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ 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
9-
permissions should be properly secured in a production environment!)
8+
2. Run `chmod 777 app/{logs,cache,sessions}` to fix file permissions for web server. (NOTE: File
9+
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) )
1011
2. Run `sudo docker-compose run composer install` to install all composer modules.
1112
3. Run `sudo docker-compose run node npm install` to install all npm modules.
1213

0 commit comments

Comments
 (0)