Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-obmgapanalysis
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
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global Dynamic Exposure
server-components
containers
docker-obmgapanalysis
Merge requests
!6
Fixed a typo on useradd command
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixed a typo on useradd command
fix-typo
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Nicolas Garcia Ospina
requested to merge
fix-typo
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
In the last MR I had a small typo, here is the fix for it.
\approve
@fd
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8e1e994e
1 commit,
3 years ago
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Dockerfile
+
1
−
2
Options
@@ -35,8 +35,7 @@ RUN pip3 install shapely --upgrade
COPY
./files/start.sh /usr/local/bin
RUN
useradd
-r
-u
1000
-g
appuser
appuser
RUN
useradd
-r
-u
1000
-g
appuser appuser
USER
appuser
CMD
["/usr/local/bin/start.sh"]
Loading