Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Merge pull request #202 from jgmize/lang-utf-8
Browse files Browse the repository at this point in the history
Add ENV LANG=C.UTF-8 to Dockerfile
  • Loading branch information
glogiotatidis authored Jul 7, 2016
2 parents 792d990 + 30d4996 commit cf2beaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ COPY . /app
RUN DEBUG=False SECRET_KEY=foo ALLOWED_HOSTS=localhost, DATABASE_URL=sqlite:/// SITE_URL= ./manage.py collectstatic --noinput
RUN chown webdev.webdev -R .
USER webdev
ENV LANG=C.UTF-8

0 comments on commit cf2beaf

Please sign in to comment.