Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
- "package.json"
- "tsconfig.json"
- ".github/workflows/stage.yml"
- "docker-image/**"

push:
branches:
Expand Down
1 change: 1 addition & 0 deletions docker-image/Dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,5 @@ COPY --from=builder /opt/app-root/src/.npm-global/ /opt/app-root/src/.npm-global
# Copy RHDA executable script from the builder stage
COPY --from=builder /rhda.sh /rhda.sh

#Original UID in base image
USER 1001