From 3571799bdc930402773b843420c303e63839b51a Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 23 Jul 2018 17:23:46 +0200 Subject: [PATCH] build: Add run.sh helper script for docker Just shared as demo May be changed Change-Id: I79000463955d16eec8809c870f7d02c60da53432 Bug: https://github.com/mapbox/node-sqlite3/issues/418 Forwarded: https://github.com/mapbox/node-sqlite3/pull/1112 https://github.com/mapbox/node-sqlite3/pull/1028 Origin: https://github.com/tizenteam/node-sqlite3 Signed-off-by: Philippe Coval --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index add1e2df0..a8a979c2d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -30,4 +30,4 @@ test/nw/app.nw local.env .mason .eslintrc.js -setup.sh \ No newline at end of file +setup.sh