🐞 Sync files in docker container #11
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Orchestrate relation between the local repository and the docker image, where changes to the code in the local repository will be reflected in the docker image, without having to restart the server in the docker container.
Also, do not build the docker image with the
.env
file within the local repository. The.env
file must be dynamically created on the fly when creating a docker image. refThe text was updated successfully, but these errors were encountered: