Skip to content

Commit eec3cb2

Browse files
author
Steve Jeong
committed
docker/jekyll: fix port error.
Signed-off-by: Steve Jeong <[email protected]>
1 parent 2a8069e commit eec3cb2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/jekyll/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ARG DEBIAN_FRONTEND=noninteractive
1010
# shell: bash
1111
SHELL ["/bin/bash", "-c"]
1212

13+
# expose port
14+
EXPOSE 4000
15+
1316
# vars
1417
ENV ID="user" \
1518
TZ="Asia/Seoul" \

docker/jekyll/install-packages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
apt-get update && apt-get install -y --no-install-recommends \
44
build-essential \
5-
flex \
65
fonts-nanum \
76
git \
87
libssl-dev \

0 commit comments

Comments
 (0)