We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8069e commit eec3cb2Copy full SHA for eec3cb2
docker/jekyll/Dockerfile
@@ -10,6 +10,9 @@ ARG DEBIAN_FRONTEND=noninteractive
10
# shell: bash
11
SHELL ["/bin/bash", "-c"]
12
13
+# expose port
14
+EXPOSE 4000
15
+
16
# vars
17
ENV ID="user" \
18
TZ="Asia/Seoul" \
docker/jekyll/install-packages
@@ -2,7 +2,6 @@
2
3
apt-get update && apt-get install -y --no-install-recommends \
4
build-essential \
5
- flex \
6
fonts-nanum \
7
git \
8
libssl-dev \
0 commit comments