Files
lcbp3.np-dms.work/docker-frontend-build.yml
2025-09-21 20:29:15 +07:00

21 lines
569 B
YAML
Executable File

services:
frontend_dev_image:
build:
context: /share/Container/dms/frontend
dockerfile: Dockerfile
target: dev
image: dms-frontend:dev
command: ["true"]
frontend_prod_image:
build:
context: /share/Container/dms/frontend
args:
NEXT_PUBLIC_API_BASE: https://lcbp3.np-dms.work
dockerfile: Dockerfile
target: prod
environment:
- NEXT_PUBLIC_API_BASE=https://lcbp3.np-dms.work
image: dms-frontend:prod
command: ["true"]
# docker compose -f docker-frontend-build.yml build --no-cache