We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491bbcc commit 55214feCopy full SHA for 55214fe
Dockerfile
@@ -39,6 +39,7 @@ COPY ./Backend/EcommerceInventory /code/Backend/EcommerceInventory/
39
40
RUN pip install -r ./Backend/EcommerceInventory/requirements.txt
41
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/
43
COPY --from=build-stage ./code/Frontend/ecommerce_inventory/build/index.html ./Backend/EcommerceInventory/EcommerceInventory/templates/index.html
44
45
# Collect static files
0 commit comments