aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 16:02:58 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 16:02:58 +0100
commit05d773c64aff3592e47829da84fe6f74091d489f (patch)
tree2be0fb27b60f3e72847467ed3cfcdcac2d77c37e /Dockerfile
parent8249bbec55902a120d0707d0cc07dcb5925ab59c (diff)
downloads2i-virtio-spec-05d773c64aff3592e47829da84fe6f74091d489f.tar.gz
fix listening
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9587aff..eb59d82 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -68,7 +68,8 @@ RUN mkdir -p /opt/app-root;\
chmod 755 /opt /opt/app-root;\
useradd -d /opt/app-root/src -u 1001 default;\
mkdir -p /run/httpd;\
- chmod 777 /run/httpd
+ chmod 777 /run/httpd;\
+ sed -i -e '/Listen/s/^/#/' /etc/httpd/conf/httpd.conf
USER 1001
EXPOSE 8080