formatting Dockerfile for shorter lines
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user