feat: docker

This commit is contained in:
Saahil dutta 2024-09-06 22:39:13 -04:00
parent f13a6860f4
commit 896d91a6c0
Signed by: neon
GPG key ID: 8A8B64515254CFC6
4 changed files with 46 additions and 0 deletions

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
name: <your project name>
services:
<to-change-here>:
ports:
- 3000:80
container_name: saahildcom
image: <to-change-here>:latest