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/