mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-22 08:22:01 +00:00
11 lines
207 B
YAML
11 lines
207 B
YAML
services:
|
|
node:
|
|
build:
|
|
context: .build/dev
|
|
dockerfile: node.Dockerfile
|
|
hostname: sarlink-portal-dev
|
|
volumes:
|
|
- ./:/var/www/html/
|
|
ports:
|
|
- 3000:3000
|