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
b9067284
Commit
b9067284
authored
2 months ago
by
kbeyro
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 294-add-domain-to-cluster
parents
9f311c12
112ca7b4
No related branches found
No related tags found
2 merge requests
!184
Develop
,
!179
294 add domain to cluster
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
with
2 additions
and
2 deletions
Dockerfile
+
1
−
1
View file @
b9067284
...
...
@@ -8,7 +8,7 @@ RUN npm install -g @angular/cli@17
RUN
npm i
--force
RUN
ng build
--base-href
/
--configuration
production
FROM
nginx:1.2
7
-alpine
FROM
nginx:1.2
8
-alpine
MAINTAINER
nmaas@lists.geant.org
ARG
webdir=/usr/share/nginx/html
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
1
−
1
View file @
b9067284
...
...
@@ -2,7 +2,7 @@ import org.gradle.internal.os.OperatingSystem;
plugins
{
id
"com.moowork.node"
version
"1.3.1"
id
"org.sonarqube"
version
"
3.2.
0"
id
"org.sonarqube"
version
"
6.1.0.536
0"
}
version
=
'1.7.0'
...
...
This diff is collapsed.
Click to expand it.
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