first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-12-23 11:26:25 -05:00
commit 7e3ecb79f1
952 changed files with 171323 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: '3.8'
services:
merms-mainsite-2025:
build:
context: .
dockerfile: docker/Dockerfile
args:
- NODE_ENV=development
restart: unless-stopped
ports:
- 8091:3000
working_dir: /usr/src/app
volumes:
- ./:/usr/src/app
volumes:
src: