Skip to content

Commit 6af3194

Browse files
committed
Deploy CI CD on Test Server
1 parent d825e07 commit 6af3194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN pip install -r ./Backend/EcommerceInventory/requirements.txt
3939

4040
# Collect static files
4141
RUN python ./Backend/EcommerceInventory/manage.py migrate
42-
RUN python ./Backend/EcommerceInventory/manage.py collectstatic --no-input
42+
# RUN python ./Backend/EcommerceInventory/manage.py collectstatic --no-input
4343

4444
# Expose port 80 (adjust as necessary)
4545
EXPOSE 80

0 commit comments

Comments
 (0)