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 d825e07 commit 6af3194Copy full SHA for 6af3194
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