added dockerfile

This commit is contained in:
2024-12-15 10:35:09 -05:00
parent b87d377405
commit f2573655b6
3 changed files with 41 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
app:
build:
context: .
ports:
- "5164:3000"
volumes:
- ./secrets:/app/secrets
environment:
PORT: 3000
NODE_ENV: production