Skip to content
Snippets Groups Projects
Commit 6633c2aa authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

add sync to dockerfile

parent a96e98ca
No related branches found
No related tags found
1 merge request!3Release
Pipeline #12639 failed
......@@ -52,6 +52,9 @@ USER app
ENV DJANGO_SETTINGS_MODULE "registry.settings.production"
# Only keep this once
RUN python manage.py import_old_contracts https://github.com/pirati-web/smlouvy.pirati.cz.git gh-pages --settings=${DJANGO_SETTINGS_MODULE} --delete -v 3
EXPOSE 8000
CMD ["bash", "run.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment