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 ec0ce37 commit 491bbccCopy full SHA for 491bbcc
Dockerfile
@@ -39,7 +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 ./code/Frontend/ecommerce_inventory/build/index.html ./Backend/EcommerceInventory/EcommerceInventory/templates/index.html
+COPY --from=build-stage ./code/Frontend/ecommerce_inventory/build/index.html ./Backend/EcommerceInventory/EcommerceInventory/templates/index.html
43
44
# Collect static files
45
RUN python ./Backend/EcommerceInventory/manage.py migrate
0 commit comments