[damned-lies/oscp] Same scl issue as before
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/oscp] Same scl issue as before
- Date: Wed, 11 Sep 2019 16:57:02 +0000 (UTC)
commit 87f8727a1a762333d087a1cc25c12b6d0ea96068
Author: Andrea Veri <averi redhat com>
Date: Wed Sep 11 18:57:04 2019 +0200
Same scl issue as before
Dockerfile | 1 -
entrypoint.sh | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index a4171568..166cb19d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,4 +30,3 @@ RUN virtualenv /l10n/venv && \
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
-CMD ["httpd", "-DFOREGROUND"]
diff --git a/entrypoint.sh b/entrypoint.sh
index 3d76a2d5..a9e11b6d 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -9,4 +9,4 @@ sed -i "s/\$SENTRY_DSN/${SENTRY_DSN}/" /l10n/damnedlies/damnedlies/local_setting
sed -i "s/\$GITLAB_TOKEN/${GITLAB_TOKEN}/" /l10n/damnedlies/damnedlies/local_settings.py
/l10n/venv/bin/python manage.py collectstatic
-scl enable rh-python36 httpd24 "$@"
+scl enable rh-python36 httpd24 "httpd -DFOREGROUND"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]