The below article is for developers who want to do changes in crater PHP code :-
...
Code Block |
---|
docker build -t bahmni/crater-php -f docker/Dockerfile .
docker build -t bahmni/crater-nginx -f docker/nginx.Dockerfile . |
We would need to edit .env file to let the server run on localhost:-
...
Navigate to localhost in your browser and check your application will be up and running with the changes being reflected .
Tip |
---|
SuccessYou have successfully made changes to the crater application . |