-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Issue Description
I tried with 2 different approaches, initially I did bun i after git clone, met with this workspace error
Later I tried with docker run and it ran into some issues as shown in the image below.

Steps to reproduce
git clone, cd puter & bun i. or the
mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter
command
Expected behaviour
It should address the workspace issue or suggest an alternative for mac setup.
Docker production shall not fail
Addition Information or Screenshots (if applicable)
No response
Deployment
- Production (puter.com)
- Development (
npm run start
) - Docker (via
docker run
) - Docker (via
docker-compose
)
Puter version
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working