mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-21 18:42:00 +00:00
prepare for docker env
This commit is contained in:
parent
e815da495a
commit
f9cac92858
10
compose.yml
Normal file
10
compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
node:
|
||||
build:
|
||||
context: .build/dev
|
||||
dockerfile: node.Dockerfile
|
||||
hostname: sarlink-portal-dev
|
||||
volumes:
|
||||
- ./:/var/www/html/
|
||||
ports:
|
||||
- 3000:3000
|
Loading…
x
Reference in New Issue
Block a user