Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Insertion backend files
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
systemes-dinformation
Factory
Insertion
Insertion backend files
Merge requests
!14
CI: migrate from only/except to rules
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI: migrate from only/except to rules
develop
into
release
Overview
0
Commits
4
Pipelines
1
Changes
4
Merged
Alexis POYEN
requested to merge
develop
into
release
10 months ago
Overview
0
Commits
4
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Compare
release
release (base)
and
latest version
latest version
bdaf27ef
4 commits,
10 months ago
4 files
+
1246
−
2660
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
back/Dockerfile
+
2
−
2
Options
@@ -4,7 +4,7 @@
# *********************************************************************************************
ARG
DEPENDENCY_PROXY=
FROM
${DEPENDENCY_PROXY}node:2
0
.1
0
-alpine
AS
builder
FROM
${DEPENDENCY_PROXY}node:2
2
.1-alpine
AS
builder
WORKDIR
/app
@@ -22,7 +22,7 @@ RUN npm install \
# *********************************************************************************************
ARG
DEPENDENCY_PROXY=
FROM
${DEPENDENCY_PROXY}node:2
0
.1
0
-alpine
FROM
${DEPENDENCY_PROXY}node:2
2
.1-alpine
# Sets timezone
RUN
apk add
--no-cache
tzdata
Loading