feat: docker (#5)

Co-authored-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
Saahil dutta 2024-09-06 22:41:03 -04:00 committed by GitHub
parent c9b4566e1d
commit b1fd32ecc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 86 additions and 43 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