Skip to content

Commit 4e7fc6b

Browse files
committed
change dev port
1 parent db1afba commit 4e7fc6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is very much a work in progress. Please feel free to join the [discussion](
2222
./run.sh
2323
```
2424

25-
Then open <http://localhost:8080/people.dataverse.org/>
25+
Then open <http://localhost:7000/people.dataverse.org/>
2626

2727
## Refresh the bundled snapshot
2828

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
docker run -p 8080:80 \
2+
docker run -p 7000:80 \
33
-v ./nginx.conf:/etc/nginx/nginx.conf \
44
-v ./404.html:/usr/share/nginx/html/404.html \
55
-v "$(pwd)/:/usr/share/nginx/html" \

0 commit comments

Comments
 (0)