Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
modified dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilk747 committed Dec 28, 2018
1 parent 50015de commit 3e49543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN printf "[nginx]\nname=nginx repo\nbaseurl=http://nginx.org/packages/centos/7

RUN chmod 777 /var/log/nginx && chmod 777 /var/cache/nginx && chmod 777 /var/run && rm -rf /var/log/nginx/* && rm -rf /var/cache/nginx/*

WORKDIR /opt/patternfly-react-demo-app
ADD . /opt/patternfly-react-demo-app
WORKDIR /opt/che-plugin-viewer
ADD . /opt/che-plugin-viewer
ADD deployment/nginx.conf /etc/nginx/nginx.conf

RUN yarn --production --non-interactive \
Expand Down

0 comments on commit 3e49543

Please sign in to comment.