Skip to content

US020 As a PrestaShop developer, I want to mount my local code into the Docker container to easily make changes and see them reflected immediatel

Description:

This user story aims to improve the local development experience by enabling live code mounting through Docker volumes. Developers will be able to mount their local source files directly into the Docker container, allowing them to test changes instantly without needing to rebuild the image each time.

Linked Requirements & Use Cases:

Current Definition of Done

  • Docker container allows mounting local code using volumes

  • Changes in local files reflect in the running container

  • Developer does not need to rebuild the image to test code

  • README/docs updated with usage instructions

  • Feature tested and verified

  • Peer reviewed

Acceptance Criterias

  • Developers can mount local code into the Docker container and see changes reflected immediately without restarting the container. (#262)
  • Docker container allows volume mount for source code
  • Local code changes reflect immediately in the container (hot-reload)
  • PrestaShop runs correctly with mounted code
  • No need to rebuild the Docker image after each change
  • Documentation explains how to mount code and start container
  • Tested on at least one OS (Linux/macOS/Windows)
  • Positive feedback from at least one developer using the setup
Edited by AH0981