This commit is contained in:
史悦
2026-01-06 10:32:41 +08:00
parent 56d94c9592
commit db524ffd28
2 changed files with 12 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM lipanski/docker-static-website:latest
COPY . .

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3.8'
services:
music-canvas:
build: .
ports:
- "7481:3000"
container_name: product-canvas-app
restart: unless-stopped