Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build don't work #61

Closed
serajbaltu opened this issue Jan 14, 2024 · 3 comments
Closed

Docker build don't work #61

serajbaltu opened this issue Jan 14, 2024 · 3 comments

Comments

@serajbaltu
Copy link

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
Copy link

sakhawy commented Jan 15, 2024

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

@marksweb
Copy link
Member

@serajbaltu Did this get resolved?

@serajbaltu
Copy link
Author

Yes , it was resolved

@github-project-automation github-project-automation bot moved this from Todo to Done in Djangonaut Space Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants