Skip to content

Commit 55214fe

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

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 --from=build-stage ./code/Frontend/ecommerce_inventory/build/static ./Backend/EcommerceInventory/static/
4243
COPY --from=build-stage ./code/Frontend/ecommerce_inventory/build/index.html ./Backend/EcommerceInventory/EcommerceInventory/templates/index.html
4344

4445
# Collect static files

0 commit comments

Comments
 (0)