We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d38ea4 commit 827af81Copy full SHA for 827af81
2 files changed
.gitignore
@@ -3,3 +3,4 @@ docker/.volumes
3
Vendas.iml
4
.idea
5
.vscode/settings.json
6
+*.DS_Store
README.md
@@ -120,10 +120,14 @@ and that you are in the correct directory __./api__
120
121
## Docker examples
122
123
-> 🚨 create `environment` file
+> 🚨 create `environment` file and add permission to execute scripts
124
>
125
-> ```bash
126
-> cp docker/.env.example docker/.env
+> ```shell
+> cp docker/.env.example docker/.env
127
+> ```
128
+>
129
130
+> chmod -R +x scripts/
131
> ```
132
133
- docker compose development
@@ -138,8 +142,6 @@ and that you are in the correct directory __./api__
138
142
139
143
or
140
144
141
->🚨 `chmod -R +x scripts/`
-
145
- development up / down
146
```
147
scripts/dev.sh up
0 commit comments