Commit 7449d2c2 authored by Administrator's avatar Administrator

Update Dockerfile

parent 9637f879
Pipeline #578 failed with stages
in 59 seconds
......@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
COPY package.json /usr/src/app/
RUN npm install
RUN npm install node-sass@latest
COPY . /usr/src/app/
COPY . .
RUN $(npm bin)/ng build --sourcemap=false
FROM nginx:latest
COPY nginx/default.conf /etc/nginx/conf.d/
......
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