diff --git a/docker-compose.publish.yml b/docker-compose.publish.yml new file mode 100644 index 0000000..3e1d08e --- /dev/null +++ b/docker-compose.publish.yml @@ -0,0 +1,16 @@ +services: + backend: + build: + context: ./ems-backend + dockerfile: Dockerfile + image: docker.aizhangz.top/ems-backend:latest + platform: linux/amd64 + + frontend: + build: + context: ./ems-frontend + dockerfile: Dockerfile + args: + VITE_API_BASE_URL: /api + image: docker.aizhangz.top/ems-frontend:latest + platform: linux/amd64