Skip to content

Commit

Permalink
Batch File Added
Browse files Browse the repository at this point in the history
  • Loading branch information
Owais Shariff committed Jun 9, 2024
1 parent 5f40c4e commit 62bb7ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: '3.8'

services:
web:
app:
build: .
ports:
- "8000:8000"
- "8080:8080"
env_file:
- .env
restart: always
5 changes: 5 additions & 0 deletions gitpush.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
set /p message=Enter commit message:
git add .
git commit -m "%message%"
git push origin main

0 comments on commit 62bb7ac

Please sign in to comment.