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 dd51925 commit c5967deCopy full SHA for c5967de
Dockerfile
@@ -39,7 +39,7 @@ RUN pip install -r ./Backend/EcommerceInventory/requirements.txt
39
40
# Collect static files
41
RUN python ./Backend/EcommerceInventory/manage.py migrate
42
-# RUN python ./Backend/EcommerceInventory/manage.py collectstatic --no-input
+RUN python ./Backend/EcommerceInventory/manage.py collectstatic --no-input
43
44
# Expose port 80 (adjust as necessary)
45
EXPOSE 80
0 commit comments