formatting Dockerfile for shorter lines
This commit is contained in:
parent
f6dd9c4267
commit
9d0d654cac
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ LABEL updatedDate="2019-08-01"
|
||||||
|
|
||||||
ENV BACKEND_HOST=localhost:8081
|
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
|
RUN yum clean all
|
||||||
|
|
||||||
ADD nginx.conf /etc/nginx/
|
ADD nginx.conf /etc/nginx/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue