Skip to content

Commit 491bbcc

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

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
@@ -39,7 +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
42+
COPY --from=build-stage ./code/Frontend/ecommerce_inventory/build/index.html ./Backend/EcommerceInventory/EcommerceInventory/templates/index.html
4343

4444
# Collect static files
4545
RUN python ./Backend/EcommerceInventory/manage.py migrate

0 commit comments

Comments
 (0)