osminogin / tornote

Self-destructing notes on Go with tiny secured client-side
https://tornote.herokuapp.com
GNU Affero General Public License v3.0
28 stars 15 forks source link

Dockerfile is broken #4

Closed malammar closed 4 years ago

malammar commented 5 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
osminogin commented 4 years ago

The source code reworked: docker image builds fine now nad database schema created automatically by ORM library.