🔀 Merge pull request #106 from nikitastykov/master
Dockerfile changes :Changed the python version + removed extra requirements.txt
This commit is contained in:
commit
4021c1483e
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:alpine
|
FROM python:alpine3.4
|
||||||
|
|
||||||
RUN apk add --no-cache gettext
|
RUN apk add --no-cache gettext
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@ COPY . .
|
||||||
|
|
||||||
RUN cd locales && find . -maxdepth 2 -type d -name 'LC_MESSAGES' -exec ash -c 'msgfmt {}/unobot.po -o {}/unobot.mo' \;
|
RUN cd locales && find . -maxdepth 2 -type d -name 'LC_MESSAGES' -exec ash -c 'msgfmt {}/unobot.po -o {}/unobot.mo' \;
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
|
||||||
|
|
||||||
VOLUME /app/data
|
VOLUME /app/data
|
||||||
ENV UNO_DB /app/data/uno.sqlite3
|
ENV UNO_DB /app/data/uno.sqlite3
|
||||||
|
|
Loading…
Reference in a new issue