-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Open in a devcontainer? #20
Comments
A Docker container would be greatly appreciated. I have been beating my head against a wall trying to get a container on my local server. I feel like I'm so close. Took me forever to be able to get it up and running enough to semi-load the page correctly on my network. But I can't seem to get passed this error.
Click outside, press Esc key, or fix the code to dismiss. I've set the overlay to false with no effect. I tried using a couple of different LLM's to sort out the issue with no luck. Cloudflare seemed to come up several times. But Cloudflare is so baked into Bolt. And I can't get passed the fact that if Bolt works outside a container, it should work inside a container. Here's what I have so far. Dockerfile:// Base image // Install required dependencies // Set working directory Install pnpm (v9.4.0) // Install dependencies using pnpm // Copy SSL certificates into the image // Expose port // Start the development server docker-compose.yml:services: Modified vite.config.ts:import { cloudflareDevProxyVitePlugin as remixCloudflareDevProxy, vitePlugin as> export default defineConfig((config) => { |
Probably this might be solved if everything about the WebContainer was done offline. |
This issue is addressed by PR #71 |
…eading-ollama-section Updated README Headings and Ollama Section
Is your feature request related to a problem? Please describe:
I would like to run this in a docker container to get the obvious benefits of containers.
Describe the solution you'd like:
Add a .devcontainer and include the Dockerfile, docker-compose.yml to run Node.js, pnpm and to have the correct ports open to access Bolt from the host machine.
Describe alternatives you've considered:
Additional context:
I've tried adding the Dockerfile and docker-compose.yml. However, getting stuck with
pnpm run preview
orpnpm run start
. Apparently it can't find the./bindings.sh
file! Running `pnpm run dev --host' option does start. However, accessing it via the regular Chrome receives the message to use Canary. However, the page never opens in Canary!The text was updated successfully, but these errors were encountered: