Skip to content

Commit 4e4cd10

Browse files
committed
remove build dir
1 parent ccd86c4 commit 4e4cd10

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Run
4242
---
4343
```bash
4444
% git clone https://github.com/sjnam/mpresty.git
45-
% cd mpresty/build
45+
% cd mpresty
4646
% docker-compose build
4747
% docker-compose up -d
4848
```

build/docker-compose.yml renamed to docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ services:
77
build:
88
context: .
99
volumes:
10-
- ../webapp/lua:/usr/local/openresty/nginx/lua
11-
- ../webapp/html:/usr/local/openresty/nginx/html
12-
- ../webapp/conf.d:/etc/nginx/conf.d
10+
- ./webapp/lua:/usr/local/openresty/nginx/lua
11+
- ./webapp/html:/usr/local/openresty/nginx/html
12+
- ./webapp/conf.d:/etc/nginx/conf.d
1313
ports:
1414
- "8080:8080"
1515

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)