Skip to content

Commit d09cbe0

Browse files
committed
Deploy CI CD on Test Server
1 parent 74469a8 commit d09cbe0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ version: '3.8'
22

33
services:
44
web:
5-
build: .
6-
command: gunicorn EcommerceInventory.wsgi:application --bind 0.0.0.0:80
7-
volumes:
8-
- .:/app
5+
build:
6+
context: .
7+
dockerfile: Dockerfile # Adjust the path to your Dockerfile
8+
command: gunicorn Backend.EcommerceInventory.EcommerceInventory.wsgi:application --bind 0.0.0.0:80
99
ports:
1010
- "80:80"
1111
depends_on:

0 commit comments

Comments
 (0)