Merge pull request 'fix' (#37) from master into dev
Reviewed-on: #37
This commit was merged in pull request #37.
This commit is contained in:
@@ -7,6 +7,7 @@ RUN apt-get install -y locales locales-all
|
||||
ENV LANGUAGE ru_RU.UTF-8
|
||||
ENV LANG ru_RU.UTF-8
|
||||
ENV LC_ALL ru_RU.UTF-8
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user