[bug]: Windows Development Docker-Entrypoint
Open
@vihar is already working on this.
Since Aug 24, 2024.
🐛bug
- Dominant language
- TypeScript
- Stars
- 59.6k
- Forks
- 5.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 49
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
First of all, I tested running the self-hosted script and it worked just fine.
But then, I decided to clone the repo and tried running it.
./bin/docker-entrypoint-*.sh: no such file or directory
It looks like the Dockerfile didn't copy it or its on a different directory since I'm on windows.
Steps to reproduce
1.1. Using windows 11 with the latest docker desktop
1.2. Clone the code locally using:
git clone https://github.com/makeplane/plane.git
- Switch to the code folder:
cd plane - Create your feature or fix branch you plan to work on using:
git checkout -b <feature-branch-name> - Open terminal and run:
./setup.sh - Open the code on VSCode or similar equivalent IDE.
- Review the
.envfiles available in various folders.
Visit Environment Setup to know about various environment variables used in system. - Run the docker command to initiate services:
docker compose -f docker-compose-local.yml up -d
Environment
Production
Browser
None
Variant
Local
Version
v0.22.0-dev
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.