Skip to content

Commit 126ca7d

Browse files
authored
Update run_local.md
1 parent b472cd9 commit 126ca7d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

run_local.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
Install docker .
1+
Install docker
22
https://docs.docker.com/install
33

44
run:
5-
`docker build -t ngnix_paws_image .` .
6-
`docker run --rm -it -p 5555:5555 ngnix_paws_image` .
5+
`docker build -t ngnix_paws_image .`
6+
`docker run --rm -it -p 5555:5555 ngnix_paws_image`
77

88

99
API:
1010
run http GET request like:
11-
http://localhost:5555/ .
12-
http://localhost:5555/file/{fileName} .
13-
http://localhost:5555/executeScript/{scriptName} .
14-
http://localhost:5555/allFiles .
11+
- http://localhost:5555
12+
- http://localhost:5555/file/{fileName}
13+
- http://localhost:5555/executeScript/{scriptName}
14+
- http://localhost:5555/allFiles
1515

1616
public IP (use only for dummy data):
1717
replace http://localhost with - http://paws-data-pipeline.team-machine.phl.io .

0 commit comments

Comments
 (0)