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