Skip to content

How to create the DB #7

@noraj

Description

@noraj
Step 8/11 : RUN chmod 664 /var/www/backend/db.sqlite3
 ---> Running in d5e6e246ec7d
chmod: cannot access '/var/www/backend/db.sqlite3': No such file or directory
ERROR: Service 'yacf' failed to build: The command '/bin/sh -c chmod 664 /var/www/backend/db.sqlite3' returned a non-zero code: 1

We need steps to build the sqlite DB as you dont provide it:

➜ grep -ri db.sqlite3 ./
./backend/core/settings.py:        'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
./backend/Dockerfile:RUN chmod 664 /var/www/backend/db.sqlite3
./.gitignore:db.sqlite3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions