smuu

Results 79 comments of smuu

> @smuu Can I work on this issue ? Yes @AnmolSirola, I just assigned the issue to you. If you have any questions, don't hesitate to contact me :+1:

Thanks for the contribution @salehshoji :rocket: I added a comment to the issue. See here: https://github.com/celestiaorg/knuu/issues/103#issuecomment-1623210571

The problem: When calling `ExecuteCommand` in `PreparingState`, this command will be added to the `Dockerfile.` This `Dockerfile` is built when calling `Commit.` As the command is not executed when calling...

One possible solution could be that when calling `ExecuteCommand` in `PreparingState`, we build the container, execute the command and then return the output.