Skip to content

Commit a022f61

Browse files
author
Dominique Quatravaux
committed
[fix] serve on port 3000
As per https://stackoverflow.com/a/78717145
1 parent f1ef79b commit a022f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ main() {
1414
inject_json_file "$INJECT_JSON_FILE" "$HTML_FILE" < public/index.html > $serve_dir/index.html
1515
fi
1616

17-
exec serve -s $serve_dir
17+
exec serve -s $serve_dir -l 3000
1818
}
1919

2020
inject_json_file () {

0 commit comments

Comments
 (0)