processing / processing/p5.js-web-editor
File Changes Not Reflecting in Docker Container
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 1.7k
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 8
Description
File Changes Not Reflecting in Docker Container
Environment:
- OS: Windows
- WSL2: Enabled
- Docker: Using Docker Desktop with WSL2 integration
Description:
I am trying to set up this project locally using Docker with the provided development Docker Compose setup. However, I am facing an issue where changes made to the files on my local machine are not reflecting in the Docker container.
Docker Compose Configuration:
services:
mongo:
image: mongo:5.0
volumes:
- dbdata:/data/db
app:
build:
context: ./
dockerfile: Dockerfile
target: development
environment:
- MONGO_URL=mongodb://mongo:27017/p5js-web-editor
volumes:
- .:/usr/src/app
- /usr/src/app/node_modules
ports:
- '8000:8000'
- '8002:8002'
depends_on:
- mongo
volumes:
dbdata:
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.
Research direction
Start by reproducing the provided development Docker Compose setup on Windows with WSL2 and Docker Desktop, then inspect the bind mount for the app service and the development Dockerfile target. Done means changes made on the local machine are visible inside the running app container.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, javascript
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100