Replies: 2 comments 4 replies
-
I think you are running into #7077 |
Beta Was this translation helpful? Give feedback.
3 replies
-
I'm hitting this as well but not doing anything in-particular. I've tried running withdockerfile from the playground, with the same results. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to convert my project from using Docker Compose to Aspire. I have managed to get everything running but localstack.
The relevant section of my
docker-compose.yml
:The
docker-compose.yml
is in the root of the project, and the localstack assets are in a/localstack-scripts
directory. My Apire AppHost is in/src/AppHost/
The Aspire code I am trying to use is as follows:
I get the following error:
In the Aspire dashboard, I get
Failed to start
, and there is no output in the console.If I run this command
docker build -f ../../localstack-scripts/LocalStack.Dockerfile -t localstack-test ../../.
from the AppHost directory, then the image builds.I have tried removing all additional function calls apart from
builder.AddDockerfile
and I get the same error.How can I debug this issue?
Beta Was this translation helpful? Give feedback.
All reactions