Commit fc3343bf authored by mamunozgil's avatar mamunozgil
Browse files

Add home to appuser

No related merge requests found
Pipeline #10987 passed with stage
in 16 seconds
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment