OL-LearnPlatform-Frontend/docker-compose.yaml

12 lines
194 B
YAML
Raw Permalink Normal View History

2025-08-10 23:09:36 +08:00
version: '3.8'
services:
vue-app:
build:
context: .
dockerfile: Dockerfile
ports:
- "55514:80"
container_name: vue3-nginx
restart: unless-stopped