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

Pull request #37: NMAAS-1077: Fixed Dockerfile

Merge in NMAAS/nmaas-portal from feature/NMAAS-1077-show-available-versions-button-should-only-display-active-versions-for-given-app to develop

* commit '24a18c23':
  NMAAS-1077: Fixed Dockerfile
parents a3b891d0 24a18c23
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ FROM alpine:3.16 as builder
COPY . /build
WORKDIR /build
RUN apk add nodejs nodejs-npm
RUN apk add nodejs npm
RUN npm install -g @angular/cli
RUN npm ci
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