File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ docker/.volumes
33Vendas.iml
44.idea
55.vscode /settings.json
6+ * .DS_Store
Original file line number Diff line number Diff 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
139143or
140144
141- > 🚨 ` chmod -R +x scripts/ `
142-
143145- development up / down
144146```
145147scripts/dev.sh up
You can’t perform that action at this time.
0 commit comments