Compare commits
2 Commits
83718675d7
...
d5895b8888
| Author | SHA1 | Date | |
|---|---|---|---|
| d5895b8888 | |||
|
|
8799b3107b |
@@ -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