Skip to content

Commit aa05709

Browse files
Merge pull request #50 from dinukadesilva/gh-37
Removing the sample data build from docker file
2 parents 427573c + a1c35a8 commit aa05709

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ RUN apt-get install -y wkhtmltopdf
2020
RUN pip install -r requirements.txt
2121
RUN export ENV_CONFIG=./env/dev.cfg
2222
RUN python manage.py db upgrade; exit 0
23-
RUN python build_database.py; exit 0
2423

2524
CMD [ "python", "index.py" ]

0 commit comments

Comments
 (0)