Initial commit

This commit is contained in:
Arhur
2024-12-07 17:49:17 +01:00
parent 28099450bb
commit 01e34fe61a
5 changed files with 51 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
environment:
- NODE_ENV=production
volumes:
- .:/app
- /app/node_modules