1
0
Fork 0
EnglishPal/app/static
Hui Lan 6ea0b970a2 (1) Downgrade Flask version from 2.3.2 to 2.0.3 as installing the higher version reports errors. This is probably due to my outdated python version (3.6). (2) Persist SQLite database data in a docker volume. Created a docker volume called englishpal-db using command 'docker volume create englishpal-db' and associate this volume with the docker image file directory /app. So, now what happens in /app will be mirrored to englishpal-db. Where is englishpal-db located? Use command 'docker volume inspect englishpal-db' to find out. 2023-07-17 07:45:38 +08:00
..
css
frequency
js Fix Bug 539 2023-07-08 18:23:45 +08:00
usr
config.yml Fix Bug 539 2023-07-08 18:23:45 +08:00
wordfreqapp.sql
wordfreqapp_schema.sql
words_and_tests.p