Skip to content

Commit 884b52f

Browse files
committed
Added Docker and CI CD Pipeline with AWS Integration
1 parent 9e9668f commit 884b52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ EXPOSE 80
4646
WORKDIR /code/Backend/EcommerceInventory
4747

4848
#Run the Django Server
49-
CMD ["gunicorn","EcommerceInventory.wsgi.application","--bind","0.0.0.0:8000"]
49+
CMD ["gunicorn","EcommerceInventory.wsgi:application","--bind","0.0.0.0:8000"]

0 commit comments

Comments
 (0)