diff.blog icon indicating copy to clipboard operation
diff.blog copied to clipboard

Fix setup according to README

Open maurovanetti opened this issue 1 year ago • 0 comments

According to the project's documentation, in order to install a Docker-based dev environment the following command must be run:

cd diff.blog
docker-compose run web ./scripts/setup_docker_dev_env

This does not work because setup_docker_env would look for setup_config_files in the container's root directory (code).

maurovanetti avatar Feb 27 '24 14:02 maurovanetti