first commit

This commit is contained in:
Olu Amey
2021-12-18 20:23:31 -05:00
commit bce242fd22
308 changed files with 42398 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
version: '3'
services:
automedsys-signup:
build:
context: .
dockerfile: docker/Dockerfile
restart: unless-stopped
volumes:
- ./:/app
- '/app/node_modules'
ports:
- 9206:3000
environment:
- CHOKIDAR_USEPOLLING=true
volumes:
src: