Skip to content

Commit 75d45a5

Browse files
author
Andres Vargas
committed
Update DockerFile
1 parent 2187b4f commit 75d45a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ RUN pip install -r requirements.txt
77
COPY . /code/
88
EXPOSE 8000
99
RUN python manage.py migrate
10-
RUN python manage.py seed core
10+
RUN python populate.py
1111
CMD ["python","manage.py","gunicorn", "-b","0:8000"]

0 commit comments

Comments
 (0)