Commit c1afbc45 authored by Administrator's avatar Administrator

Update Dockerfile

parent 590b8ac5
Pipeline #599 failed with stages
in 55 seconds
......@@ -8,7 +8,7 @@ COPY package.json /usr/src/app/
RUN npm install
RUN npm install node-sass@latest
COPY . /usr/src/app/
RUN $(npm bin)/ng build --sourcemap=false
RUN ng build --sourcemap=false
FROM nginx:latest
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