Add migratoin scripts to the docker container

master
Pierre Jaury 8 years ago
parent 2095b3f189
commit 1c132fe92e

@ -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

Loading…
Cancel
Save