[odrs-web/oscp] Missing closing parenthesis
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web/oscp] Missing closing parenthesis
- Date: Mon, 12 Nov 2018 18:23:07 +0000 (UTC)
commit 2c2b9871b6d7333693bcc5a38b5c1f1ed1db18f1
Author: Andrea Veri <averi redhat com>
Date: Mon Nov 12 19:22:58 2018 +0100
Missing closing parenthesis
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 1c402f0..fab4176 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,8 +16,8 @@ COPY requirements.txt .
RUN pip install -r requirements.txt
COPY odrs.gnome.org.conf /etc/apache2/conf.d/000-default.conf
-RUN sed -i 's/Listen 80/Listen 8080' /etc/apache2/httpd.conf
-RUN sed -i 's/Listen 443/Listen 8443' /etc/apache2/conf.d/ssl.conf
+RUN sed -i 's/Listen 80/Listen 8080/' /etc/apache2/httpd.conf
+RUN sed -i 's/Listen 443/Listen 8443/' /etc/apache2/conf.d/ssl.conf
RUN useradd -u 1001 -g 0 -d ${ODRS_HOME}/ -r -s /usr/sbin/nologin odrsweb
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]