Skip to content

Commit ec0ce37

Browse files
committed
Deploy CI CD on Test Server
1 parent ac44eb8 commit ec0ce37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ COPY ./Backend/EcommerceInventory /code/Backend/EcommerceInventory/
3939

4040
RUN pip install -r ./Backend/EcommerceInventory/requirements.txt
4141
COPY --from=build-stage ./code/Frontend/ecommerce_inventory/build ./Backend/EcommerceInventory/static/
42+
COPY ./code/Frontend/ecommerce_inventory/build/index.html ./Backend/EcommerceInventory/EcommerceInventory/templates/index.html
4243

4344
# Collect static files
4445
RUN python ./Backend/EcommerceInventory/manage.py migrate

0 commit comments

Comments
 (0)