1
This commit is contained in:
16
docker-compose.publish.yml
Normal file
16
docker-compose.publish.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user