Skip to content

Commit 886d37c

Browse files
atsansonekhanhnwin
andauthored
Updated Jekyll config (flutter#7739)
Co-authored-by: Khanh Nguyen <[email protected]>
1 parent 5cb7ae4 commit 886d37c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ RUN npm install
9797
COPY ./ ./
9898

9999
# Jekyl ports
100-
EXPOSE 35729
100+
EXPOSE 35730
101101
EXPOSE 4002
102102

103103
# Firebase emulator port
104104
# Airplay runs on :5000 by default now
105-
EXPOSE 5500
105+
EXPOSE 5502
106106

107107

108108

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ serve:
7373
--port ${JEKYLL_SITE_PORT} \
7474
--config _config.yml,_config_dev.yml \
7575
--livereload \
76+
--livereload_port 37530 \
7677
--incremental \
7778
--trace
7879

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ services:
1313
- JEKYLL_ENV=development
1414
ports:
1515
- "4002:4002"
16-
- "35729:35729"
17-
- "5500:5500"
16+
- "35730:35730"
17+
- "5502:5502"
1818
volumes:
1919
- ./:/app
2020
- site_bundle:/usr/local/bundle

0 commit comments

Comments
 (0)