BodySCH Frontend
This project was bootstrapped with Create React App.
Local proxy
./tools/local_proxy/Caddyfile/
Create a local proxy with caddy:
docker run -d -it --name caddyFrontend -v /path/to/Caddyfile:/etc/caddy/Caddyfile --network host caddy
When you change the config just docker stop ...
and docker start ...
.
If you experience any error check it with docker logs ...
.