From 9d0d654cac876f6ecbebfcbb4629173279cd0b1a Mon Sep 17 00:00:00 2001 From: Student User Date: Thu, 1 Aug 2019 21:29:48 +0000 Subject: [PATCH] formatting Dockerfile for shorter lines --- todo-frontend/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo-frontend/Dockerfile b/todo-frontend/Dockerfile index 2418373..742fbb2 100644 --- a/todo-frontend/Dockerfile +++ b/todo-frontend/Dockerfile @@ -7,7 +7,8 @@ LABEL updatedDate="2019-08-01" ENV BACKEND_HOST=localhost:8081 -RUN yum install -y --disableplugin=subscription-manager --nodocs nginx nginx-mod-http-perl +RUN yum install -y --disableplugin=subscription-manager --nodocs \ + nginx nginx-mod-http-perl RUN yum clean all ADD nginx.conf /etc/nginx/