Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-backend
Commits
fc3343bf
Commit
fc3343bf
authored
2 months ago
by
mamunozgil
Browse files
Options
Download
Email Patches
Plain Diff
Add home to appuser
parent
cf30aa1a
Pipeline
#10987
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-0
Dockerfile
with
2 additions
and
0 deletions
+2
-0
Dockerfile
+
2
-
0
View file @
fc3343bf
...
...
@@ -55,6 +55,8 @@ RUN chmod 600 /home/$USER/.ssh/id_rsa && \
chmod 644 /home/$USER/.ssh/known_hosts && \
chown -R $USER:$GID /home/$USER/.ssh
RUN
usermod
--home
/home/appuser appuser
# Copy application JAR
COPY
--chown=1000:$GID target/dta-backend-$BUILD_NUMBER.jar app.jar
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets