-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels