django-cms / django-cms-quickstart

A Dockerised django CMS project, ready to deploy on Divio or another Docker-based cloud platform, and run locally in Docker on your own machine. A Divio account is not required.
https://docs.django-cms.org/en/latest/introduction/01-install.html
MIT License
99 stars 335 forks source link

Docker build don't work #61

Closed serajbaltu closed 9 months ago

serajbaltu commented 9 months ago

My Docker build didn't work

$docker compose build web
[+] Building 11.1s (9/9) FINISHED                                       docker:desktop-linux
 => [web internal] load build definition from Dockerfile                                   
 => => transferring dockerfile: 212B                               
 => [web internal] load .dockerignore                    
 => => transferring context: 2B     
 => [web internal] load metadata for docker.io/library/python:3.11                                      
 => [web 1/5] FROM docker.io/library/python:3.11@sha256:204d3ef2fd0fcd127c0a3735cd190865e68c3b0b5db2c333eba50a50f7833be 
 => [web internal] load build context                                        
 => => transferring context: 2.95kB
 => CACHED [web 2/5] WORKDIR /app
 => CACHED [web 3/5] COPY . /app
 => CACHED [web 4/5] RUN pip install -r requirements.txt
 => ERROR [web 5/5] RUN python manage.py collectstatic --noinput
------                                                                                                                        
 > [web 5/5] RUN python manage.py collectstatic --noinput:
sakhawy commented 9 months ago

Hello! Did you try to pull the latest from main? I think this issue was addressed in #59 and #60.

marksweb commented 9 months ago

@serajbaltu Did this get resolved?

serajbaltu commented 9 months ago

Yes , it was resolved