Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/exec in container #12

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

josephgroves
Copy link

Feat: Re-implements exec to run command inside container

λ uno exec "bundle exec rails s -b 0.0.0.0 -p 4000"
Executing bundle exec rails s -b 0.0.0.0 -p 4000 inside of ########## container

λ uno exec ######### "bin/webpack-dev-server"
Executing bin/webpack-dev-server inside of ######### container

λ uno exec cms "pnpm i"
Executing pnpm i inside of cms container

λ uno exec cms web
Found web command in procfiles, executing command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant