Gustavo Perdomo
                                            Gustavo Perdomo
                                        
                                    running "pure-pw show website": Login : website Password : $1$Wb878nM0$e3MRZnXoK7NNjMhImqlYC. UID : 33 (www-data) GID : 33 (www-data) Directory : /srv/website/./ Full name : Download bandwidth : 0 Kb (unlimited)...
@tmf sorry for the inconvenience... Here the branch for the changes https://github.com/gperdomor/nx-tools/tree/feature/buildx-builder This change was made to fix an issue running parallels builds in gitlab... Maybe I can do the...
@tmf please try with version `3.0.3-alpha.1` 😄
Closed and resolved in nx-docker 3.0.3
@dlip I will leave this open for now 👀
@dependabot rebase
https://github.com/dependabot rebase
Mmmm... Yeah something weird happening with swc 🤔 ... But I was able to run using ``` const { run } = require("@nx-tools/nx-docker"); run.run({...}); ``` Try with that :D
Hi @jon9090 this cli is intended to use in Gitlab CI pipeline, something like this ``` main: stage: test variables: NX_BRANCH: $CI_COMMIT_BRANCH before_script: - apk add --no-cache git - npm...
@gilvaju Please check this [repository](https://github.com/nx-tools/nx-docker-sandbox), it's a sandbox with nest, react, next and angular application and all of them use the nx-docker plugin to generate the docker images