-
Notifications
You must be signed in to change notification settings - Fork 12
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
Compile from dockerfile #4
Comments
Hey @carlostkd, I have not tried Docker execution yet, dockerfile was automatically generated by my IDE, and I thought it would work out of the box. |
I no longer see a Dockerfile, should this be closed? |
https://github.com/Marfusios/nostr-client/blob/master/apps/nostr-bot/NostrBot.Web/Dockerfile Docker support would be great, much easier to deploy the bot with a custom config |
docker works for you? Cheers |
I tried to make the tool available with docker on localhost to explore a local relay: But this error launch when I try to run the container: And I didn't found this error inside the code. |
Does your code use the OpenAI API? That error seems to be about an invalid API key. |
I don't use |
Hey @antonioconselheiro, you are trying to start Nostr bot and not debug page Nostr bot requires API keys to OpenAI, it is in that |
Hi
im trying to compile the bot but no matter what i do i always get errors not a docker expert
running the docker build where the Dockerfile is gives me error
COPY [apps/nostr-bot/NostrBot.Web/NostrBot.Web.csproj, apps/nostr-bot/NostrBot.Web/
but the file exists in that directory weird...
i have deleted the .Dockerfile but i get the same error
then i have tried
DOCKER_BUILDKIT=1 docker build -f .
it starts to compile but stops at stage 3
=> ERROR [build 3/7] COPY [apps/nostr-bot/NostrBot.Web/NostrBot.Web.csproj, apps/nostr-bot/NostrBot.Web/]
any ideas to solve this?
thanks in advanced
The text was updated successfully, but these errors were encountered: