Commit d5a5e28d authored by Pushparagavan Sivaji's avatar Pushparagavan Sivaji
parents f921dccf d3418fa0
......@@ -4,6 +4,7 @@ RUN npm i && mkdir /ng-app && mv ./node_modules ./ng-app
WORKDIR /ng-app
COPY . .
RUN $(npm bin)/ng build --prod --output-path=dist
#RUN $(npm bin)/ng build --sourcemap=false
FROM nginx:1.14.1-alpine
COPY nginx/default.conf /etc/nginx/conf.d/
RUN rm -rf /usr/share/nginx/html/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment