Compare commits
12 Commits
83718675d7
...
prod
| Author | SHA1 | Date | |
|---|---|---|---|
| e708ce6240 | |||
|
|
8799b3107b | ||
| 4e50ec568d | |||
| ea8164096e | |||
| 5392a9acc3 | |||
| 32cdf983e8 | |||
| b9aafe8c4f | |||
| b150f2fafc | |||
| f8ec8af981 | |||
| 26af411bf4 | |||
| 034f19aea9 | |||
| 8a10b1d180 |
@@ -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