Skip to content

Commit

Permalink
Print out stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 1, 2024
1 parent d2735d4 commit c6cb416
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function createDataCatererDockerRunCommand(
}
const uid = process.getuid()
const gid = process.getgid()
const setUser = `echo "github:x:${uid}:${gid}:github:/opt/app:/sbin/nologin" >> /etc/passwd`
const setUser = `echo "${uid}:x:${uid}:${gid}:github:/opt/app:/sbin/nologin" >> /etc/passwd`
return `docker run -d -p 4040:4040 \
--network insta-infra_default \
--name data-caterer \
Expand Down

0 comments on commit c6cb416

Please sign in to comment.