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
069831fa
Commit
069831fa
authored
Sep 01, 2021
by
Nicolas Garcia Ospina
Browse files
Included the groupadd command to avoid group error
parent
4b4c3eff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
069831fa
...
...
@@ -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