Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
server-components
containers
docker-obmgapanalysis
Commits
ad7af38f
Commit
ad7af38f
authored
Sep 29, 2021
by
Nicolas Garcia Ospina
Browse files
Merge branch 'addgroup-on-adduser' into 'master'
Included the groupadd command to avoid group error See merge request
!7
parents
4b4c3eff
069831fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
ad7af38f
...
...
@@ -35,7 +35,8 @@ RUN pip3 install shapely --upgrade
COPY
./files/start.sh /usr/local/bin
RUN
useradd
-r
-u
1000
-g
appuser appuser
RUN
groupadd
-g
1000 appuser
&&
\
useradd
-r
-u
1000
-g
appuser appuser
USER
appuser
CMD
["/usr/local/bin/start.sh"]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment