Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #213 from mozilla/utf-8
Browse files Browse the repository at this point in the history
Enable Unicode in Dockerfile by default
  • Loading branch information
pmac committed Jun 26, 2016
2 parents 3d8f7c7 + fb8e882 commit e2d3ca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -17,6 +17,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
ENV DJANGO_SETTINGS_MODULE=settings
ENV LANG=C.UTF-8

# Install app
COPY requirements /app/requirements
Expand Down

0 comments on commit e2d3ca2

Please sign in to comment.