Skip to content

Commit 827af81

Browse files
committed
update readme
1 parent 7d38ea4 commit 827af81

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ docker/.volumes
33
Vendas.iml
44
.idea
55
.vscode/settings.json
6+
*.DS_Store

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,14 @@ and that you are in the correct directory __./api__
120120

121121
## Docker examples
122122

123-
> 🚨 create `environment` file
123+
> 🚨 create `environment` file and add permission to execute scripts
124124
>
125-
> ```bash
126-
> cp docker/.env.example docker/.env
125+
> ```shell
126+
> cp docker/.env.example docker/.env
127+
> ```
128+
>
129+
> ```shell
130+
> chmod -R +x scripts/
127131
> ```
128132
129133
- docker compose development
@@ -138,8 +142,6 @@ and that you are in the correct directory __./api__
138142

139143
or
140144

141-
>🚨 `chmod -R +x scripts/`
142-
143145
- development up / down
144146
```
145147
scripts/dev.sh up

0 commit comments

Comments
 (0)