Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix typo in chmod command under setup (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwiggs committed Apr 30, 2020
1 parent a93ee97 commit cda803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ It also depends on a MongoDB database which is launched with Docker Compose.
# set ownership to map container user ID 1000
chown 1000 users.json data database
# set permissions
chmod 400 mkdir
chmod 400 users.json
chmod 700 data database
```

Expand Down

0 comments on commit cda803c

Please sign in to comment.