We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
Hello! Did you try to pull the latest from main? I think this issue was addressed in #59 and #60.
main
Sorry, something went wrong.
@serajbaltu Did this get resolved?
Yes , it was resolved
No branches or pull requests
My Docker build didn't work
The text was updated successfully, but these errors were encountered: