Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Portal
Commits
24a18c23
Commit
24a18c23
authored
3 years ago
by
Lukasz Lopatowski
Browse files
Options
Downloads
Patches
Plain Diff
NMAAS-1077: Fixed Dockerfile
parent
a187ffb2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
24a18c23
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Lukasz Lopatowski
@llopat
mentioned in commit
61befe93
·
2 years ago
mentioned in commit
61befe93
mentioned in commit 61befe93864af41300afaa4c889cc0a2eaba98c1
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment