feat(docker): dockerize

This commit is contained in:
2024-09-12 18:42:32 +02:00
parent 0e2a4d376f
commit a5f1ed2a33
3 changed files with 29 additions and 0 deletions

5
docker-compose.yaml Normal file
View File

@@ -0,0 +1,5 @@
services:
app:
build: .
ports:
- "3001:80"