Docker Files

This commit is contained in:
2026-04-11 23:29:50 +00:00
parent e7b55f873b
commit 858e504372
3 changed files with 42 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3.8'
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
env_file:
- .env
environment:
- NODE_ENV=production