Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Jekyll bundle support #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ MAINTAINER Steven Mirabito <[email protected]>

# Inform about software versions being used inside the builder
ENV JEKYLL_VERSION=3.2.1
ENV BUNDLE_PATH=/opt/app-root/bundle
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth noting that I chose this completely at random, not sure if there's a better path

ENV LC_ALL=en_US.UTF-8

# Labels used in OpenShift to describe the builder image
LABEL io.k8s.description="Platform for building Jekyll-based static sites" \
Expand Down