Running Pynecone in Docker #235
Unanswered
mattcaruso
asked this question in
Q&A
Replies: 1 comment
-
Hi you will need to pc init your repository before you run, we automatically install bun for you if you do not have it when you run Something like this: $ mkdir my_app_name
$ cd my_app_name
$ pc init And then: $ pc run More details in our installation docs, https://pynecone.io/docs/getting-started/installation. Lmk if you are encountering more errors |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi folks. I'm starting my first Pynecone project and am having some trouble debugging my Dockerfile to get it up and running. So far, I have Python and Node installed in the container, but am now having trouble getting bun to work correctly. I don't see any example Dockerfiles in the discussions yet, so I thought this would be a helpful conversation to have in public.
So far, my Dockerfile:
Which is creating this error when I run the container:
Beta Was this translation helpful? Give feedback.
All reactions