build: added Docker support

This commit is contained in:
Riccardo
2023-12-19 19:22:02 +01:00
parent 146ea54d71
commit c0d6b73aca
2 changed files with 23 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- '3000:3000'