feat(docker): do not run container as root #6

Open
pcaseiro wants to merge 4 commits from feat/nonrootuser into develop
Owner

Using a non root user to execute the application.
We don't need to be root

Using a non root user to execute the application. We don't need to be root
pcaseiro added 1 commit 2024-02-26 13:58:50 +01:00
987208dd03 feat(docker): do not run container as root
Using a non root user to execute the application.
We don't need to be root
pcaseiro added 1 commit 2024-02-26 14:43:13 +01:00
pcaseiro added 1 commit 2024-02-26 14:57:54 +01:00
725fea2387 fix(dockerfile): updating build image
make the build faster and lighter
pcaseiro added 1 commit 2024-02-26 15:20:49 +01:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feat/nonrootuser develop
git pull origin feat/nonrootuser

Step 2:

Merge the changes and update on Gitea.
git checkout develop
git merge --no-ff feat/nonrootuser
git push origin develop
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Cadoles/fake-sms#6
No description provided.