Closed malammar closed 4 years ago
In the dockerfile:
Step 10/14 : RUN sqlite3 db.sqlite3 <db.scheme ---> Running in 07221251c434 /bin/sh: 1: cannot open db.scheme: No such file
should be
RUN sqlite3 db.sqlite3 <db.schema
The source code reworked: docker image builds fine now nad database schema created automatically by ORM library.
In the dockerfile:
should be