prepare for docker env

This commit is contained in:
Shihaam Abdul Rahman 2024-12-09 01:56:25 +05:00
parent e815da495a
commit f9cac92858
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

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