Skip to content

Commit

Permalink
Added docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamgutgutia committed Jan 12, 2024
1 parent 1a342d9 commit f4065d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '3'
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- "5000:5000"

0 comments on commit f4065d1

Please sign in to comment.