1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-28 03:56:43 +02:00

Add migratoin scripts to the docker container

This commit is contained in:
Pierre Jaury 2016-06-25 14:25:53 +02:00
parent 2095b3f189
commit 1c132fe92e

View File

@ -4,6 +4,7 @@ RUN mkdir -p /app
WORKDIR /app
COPY freeposte ./freeposte
COPY migrations ./migrations
COPY manage.py .
COPY requirements.txt .
COPY start.sh /start.sh