We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the EC2 Standalone module we rewrite the Dockerfile to include the specified retool version:
Dockerfile
terraform-retool-modules/modules/aws_ec2_standalone/main.tf
Line 95 in 16be9cd
However we leave the literal "x.y.z" in the CodeExecutor.Dockerfile which means docker-compose up fails and the instance seems unresponsive.
CodeExecutor.Dockerfile
docker-compose up
We should rewrite/modify that Dockerfile with the same version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the EC2 Standalone module we rewrite the
Dockerfile
to include the specified retool version:terraform-retool-modules/modules/aws_ec2_standalone/main.tf
Line 95 in 16be9cd
However we leave the literal "x.y.z" in the
CodeExecutor.Dockerfile
which meansdocker-compose up
fails and the instance seems unresponsive.We should rewrite/modify that
Dockerfile
with the same version.The text was updated successfully, but these errors were encountered: