formatting Dockerfile for shorter lines

This commit is contained in:
Student User 2019-08-01 21:29:48 +00:00
parent f6dd9c4267
commit 9d0d654cac

View file

@ -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/