Skip to content

Commit 6a66ad1

Browse files
committed
chore: update docker install handle
1 parent 79e6e49 commit 6a66ad1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ At this time, the source launch process is done, please skip way 2 and go to ste
134134

135135
> **Note:** This way requires the system to install Docker and Docker Compose.
136136
>
137-
> **If you set up the project by way one, please can skip this way.**
137+
> **If you set up the project by way one, please can skip this way.** 🚸
138138
>
139139
>And go to step [II. Set the webhook](#ii-set-the-webhook) to continue.
140140
@@ -167,7 +167,7 @@ APP_PORT=3180
167167
Run the following command to install and run the container:
168168

169169
```bash
170-
docker-compose up -d
170+
bash ./docker.sh
171171
```
172172

173173
Some the json files will be created automatically in the `storage` directory.

docker.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
docker-compose up -d
4+
docker-compose run --rm server bash -c "composer install"

0 commit comments

Comments
 (0)