You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to run separately i am having this issue sudo docker-compose -f docker-compose.prod.yml up -d --build --force-recreate
ERROR: The Compose file is invalid because:
Service nginx has neither an image nor a build context specified. At least one must be provided.
ERROR: Duplicate mount points: [static:/usr/share/nginx/html:rw, /home/ubuntu/website/Website-/frontend/build:/usr/share/nginx/html:rw]
I am getting above issue when I a trying to run make deploy-prod
The text was updated successfully, but these errors were encountered: