mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-05-06 13:51:33 +08:00
12 lines
171 B
YAML
12 lines
171 B
YAML
|
|
services:
|
|
web:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- NODE_ENV=production
|
|
restart: always
|