Skip to content

Commit

Permalink
Merge pull request openstates#1121 from loandy/develop
Browse files Browse the repository at this point in the history
Stopped setting LC_ALL due to potential problems with Mongo.
  • Loading branch information
Andy Lo committed May 18, 2016
2 parents 9074122 + 7734d16 commit 5bf3fe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN apt-get clean \
RUN locale-gen en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.utf-8

ENV PROJECT_PATH="/srv/openstates-web/"
RUN mkdir -p ${PROJECT_PATH}
Expand Down

0 comments on commit 5bf3fe5

Please sign in to comment.