dockerfile-node
dockerfile-node copied to clipboard
Add support for strapi
Quick evaluation of strapi: vanilla node project, defaulting to sqlite3 via the better-sqlite3 npm module.. If sqlite3 is used, we will want to place that database on a volume, and set DATABASE_FILENAME. For pg and mysql, it appears that we will want to set DATABASE_CLIENT to postgres and mysql respectively.