mirror of
https://github.com/BartoszJarocki/cv.git
synced 2024-11-30 01:34:06 +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
|