Docker Swarm and Kubernetes do not support build in docker compose files. They only support using pre-built images.
To deploy social-app-template to any cloud service, social-app-template needs to either build locally or publish containers for the frontend and the backend.
Description
Docker Swarm and Kubernetes do not support
build
in docker compose files. They only support using pre-built images.To deploy social-app-template to any cloud service, social-app-template needs to either build locally or publish containers for the frontend and the backend.