diff --git a/Dockerfile b/Dockerfile index fa0b87a..bb84073 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,12 +4,12 @@ RUN apk add --no-cache gettext WORKDIR /app/ COPY requirements.txt . +RUN pip install -r requirements.txt COPY . . 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 ENV UNO_DB /app/data/uno.sqlite3