Rename the freeposte/mailu directory and database

This commit is contained in:
Pierre Jaury
2016-10-29 13:42:39 +02:00
parent 4988a05a59
commit 013286b8e1
126 changed files with 1050 additions and 1056 deletions

View File

@@ -3,13 +3,13 @@ FROM python:3
RUN mkdir -p /app
WORKDIR /app
COPY freeposte ./freeposte
COPY mailu ./mailu
COPY migrations ./migrations
COPY manage.py .
COPY requirements.txt .
COPY start.sh /start.sh
RUN pip install -r requirements.txt
RUN pybabel compile -d freeposte/translations
RUN pybabel compile -d mailu/translations
CMD ["/start.sh"]