diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 17:38:48 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 17:38:48 +0200 |
| commit | 12ce92b9aa4afa5c9a476c186b4bd924e3398f5b (patch) | |
| tree | fc9052783b15a3f5e02bc6214b0164445032a688 /build | |
| parent | ac1e2b2f00d17ae3f7729b00d900f5072847278b (diff) | |
Update docker build process to compile frontend
Diffstat (limited to 'build')
| -rwxr-xr-x | build/configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/configure.sh b/build/configure.sh index 56f7f028..fa1c8f96 100755 --- a/build/configure.sh +++ b/build/configure.sh @@ -1,6 +1,6 @@ if [ ! -f "$1/opendc.db" ]; then sqlite3 "$1/opendc.db" < ./database/schema.sql - sqlite3 "$1/opendc.db" < ./database/test.sql + sqlite3 "$1/opendc.db" < ./database/test.sql fi # ignore non ASCII characters |
