Skip to content

Commit d825e07

Browse files
committed
Deploy CI CD on Test Server
1 parent 3f0db02 commit d825e07

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ COPY ./Backend/EcommerceInventory /code/Backend/EcommerceInventory/
3838
RUN pip install -r ./Backend/EcommerceInventory/requirements.txt
3939

4040
# Collect static files
41+
RUN python ./Backend/EcommerceInventory/manage.py migrate
4142
RUN python ./Backend/EcommerceInventory/manage.py collectstatic --no-input
4243

4344
# Expose port 80 (adjust as necessary)

docker-compose.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)