Requires the API server
1.)
echo '{"API": "https://DOMAIN.IO/api"}' >> /FOLDER/config.json
2.)
docker run -d \
--name calc-website
-v /FOLDER/config.json:/usr/share/nginx/html/dist/config.json \
--restart unless-stoped \
--network NETWORK_NAME
fridolin1/food-calculator-server:latest