Commit 590b8ac5 authored by Administrator's avatar Administrator

Update Dockerfile

parent 7449d2c2
Pipeline #598 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 . .
COPY . /usr/src/app/
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