From 94c34290666bfdbcdbdcd04ac61d8323a6233f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Mon, 1 May 2023 23:43:47 +0200 Subject: [PATCH] fixed build --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 49de279..6985c0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,9 +52,6 @@ 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"] -- GitLab