Skip to content
Snippets Groups Projects
Commit 24a18c23 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

NMAAS-1077: Fixed Dockerfile

parent a187ffb2
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ FROM alpine:3.16 as builder ...@@ -3,7 +3,7 @@ FROM alpine:3.16 as builder
COPY . /build COPY . /build
WORKDIR /build WORKDIR /build
RUN apk add nodejs nodejs-npm RUN apk add nodejs npm
RUN npm install -g @angular/cli RUN npm install -g @angular/cli
RUN npm ci RUN npm ci
RUN ng build --base-href / --deploy-url / --prod RUN ng build --base-href / --deploy-url / --prod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment