prepare for docker env

This commit is contained in:
2024-12-09 01:56:25 +05:00
parent e815da495a
commit f9cac92858

10
compose.yml Normal file
View 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