mirror of
https://github.com/BartoszJarocki/cv.git
synced 2024-11-25 07:54:35 +03:00
11 lines
150 B
YAML
11 lines
150 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- '3000:3000'
|
|
environment:
|
|
- NODE_ENV=production
|
|
restart: unless-stopped
|